codefori / codefori/vscode-ibmi

Embed variables inside source code

Open
#1,180 14 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
418
Forks
160
Avg merge
4d 19h
Merged PRs (30d)
12

Description

Compiling code stored in text files whose names have more than 10 characters long produce some commands to fail, like the CRTBNDRPG command, so to avoid it, the extension could prompts for an object name that complies with the IBM i objects naming rules

CRTBNDRPG failed becuse source file name lenth is grater than 10 chars:
![image](https://user-images.githubusercontent.com/10833316/227811452-cbe6e2c5-a61b-465c-a626-b8772dfa74e7.png)

Posible Solution:
![image](https://user-images.githubusercontent.com/10833316/227830770-7d5b7f15-56c7-446f-9bb5-9e49e8ae300f.png)
![image](https://user-images.githubusercontent.com/10833316/227831082-cb54f3e6-cf65-4384-a118-6ab2aeb0c9ac.png)
![image](https://user-images.githubusercontent.com/10833316/227831164-3bb6ce9e-34cb-4616-a890-08c3062305f6.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.