-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to use variables? Where is the config stored? #397
Comments
Hi @kenherring, thanks for your effort. Answering your questions:
Regarding your suggestions I created separate tickets:
Thanks again for your input 👍 |
Thanks for the update @PauliusKu .
Thanks. The use case I was thinking of is that all developers on a project are using the same config and don't want to use Thanks again! Looking forward to testing out future updates. |
what format do you have in mind here? Should it be config.df? |
A few questions or suggestions for you. I'll probably add some more as I find them if it's OK with you @PauliusKu
BTW I finally got this sort of working with our DBs running in docker containers. Pretty neat stuff! Looking forward to seeing how this evolves.
Questions
localhost
. The problem with that is each of our engineers will have a different WSL ip address. Would it be possible to use a variable in the host name field?Suggestions
<dbname>.<tablename>
rather than just<tablename>
.ProBro
and generally use camel case. From what I can see all the other settings we use for various built-ins and extensions use all lower case, at least for the leading portion. Might be a good idea to useprobro
orpro-bro
for consistency.from openedge-build.json
shows a blank screen. A read-only screen showing the settings used would be cool.openedge-project.json
? I'm not actually sure whatopenedge-build.json
is."terminal.integrated.defaultProfile.windows": "Git Bash",
we get all sorts of errors. This is where I was having a lot of trouble getting this working before. When using Git Bash I believe the extension is having a difficult time with the path separator because it uses/
instead of\
.DataBases
instead ofDatabases
, and a few blank translations.The text was updated successfully, but these errors were encountered: