QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
14 stars 3 forks source link

Add settings for compiler path and help path (split out) #103

Closed LordDurus closed 1 year ago

LordDurus commented 1 year ago

The setting QB64 install path controls both the compiler and the help path. This should be 2 separate settings.

LordDurus commented 1 year ago

The name of the setting is "Qb64 Install Path"

The 2 new setting should be defaulted using the current setting.

LordDurus commented 1 year ago

There are 2 new settings helpPath and compilerPath

The old setting is still used to clean up the temp folders in the QB64 folder.