-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extend runtime
and runtimeArgs
, and deprecate *_v1
and *_v2
#62
Comments
runtime
and runtimeArgs
, and deprecated *_v1
and *_v2
runtime
and runtimeArgs
, and deprecate *_v1
and *_v2
I noticed that the description of |
runtime
and runtimeArgs
, and deprecate *_v1
and *_v2
*_v1
and *_v2
*_v1
and *_v2
runtime
and runtimeArgs
, and deprecate *_v1
and *_v2
I discard this draft. The If set it for each AutoHotkey version, you have to set it in setting.json. In that case, set it for each language ID, such as |
I don't use Will I still be able to do this in vscode-autohotkey? |
Incorrect: You can change the settings for each workspace by creating a If this is still inconvenient, I will extend |
Sorry - seems I missed your response.
I believe the settings.json is USER settings, not WORKSPACE settings. And I believe that WORSPACE settings override USER settings.
Sorry - I don't understand |
It seems that I did not know enough about workspace. The workspace settings are recorded in
This statement means that if you can't set it in workspace, you can set it in
However, this will not be implemented as it can be configured without any problem as explained above. |
Excellent
I'm also not using launch.json: my launch configurations are in the .code-workspace files |
Names like runtime_v1 and _v2 are not so clear. To make it clear that they are tied to an language ID, extend them as follows:
The reason for making this change is not only to clarify the effect of the configuration, but also to prepare for the plans to accept
ahkh
,ahkh2
as a language ID for AutoHotkey_H.I'm also considering a change that would also allow the runtime to be configured in settings.json, as shown below. This is an unpublished plan for
vscode-autohotkey
.These changes make
*_vX
unnecessary.The text was updated successfully, but these errors were encountered: