Closed grymmjack closed 1 year ago
Update: I found this:
Which /might/ do what I need - by just keeping them separate.
Let me give it a shot.
OK so we don't need this feature - it is simply required to not Sync the setting.
I also had to clear out the existing configuration in the profile of that setting.
I guess just Won't Do :)
I would like to have OS specific path configuration settings available for the following:
Why?
Because vscode profiles are OS agnostic, and they aren't saved individually per OS.
As a result when I'm working on my qb64 stuff on windows, I have to change
compilerPath
,helpPath
, andinstallPath
configuration for the extension.When I'm done working on windows, and switch to say mac, again I have to change those variables.
The same is true for when I'm working in linux.
The only way I can think of to disambiguate this and keep everything in alignment without having to change these every time would be to create new variables per OS.
Thanks.
I can work around some of this like compilation step in my own tasks.json, but the hover help seems to be hard coded against helpPath (of course it would be - that's why it's there) but the problem is that helpPath is different for every OS.
Also once these exist, here is my tasks.json (I no longer use launch.json in favor of this tasks.json) which I've mapped my hotkeys like so to activate:
keyboardshortcuts.json
(snippet of relevant config) - CTRL+SHIFT+B or F5 = build, CTRL+F5 = testtasks.json