-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
complete support of variable substitution #5835
Commits on Aug 11, 2019
-
[vscode] support
selectedText
variable substitutionSigned-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 13cbcaf - Browse repository at this point
Copy the full SHA 13cbcafView commit details -
[vscode] support
execPath
variable substitutionSigned-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for d08704e - Browse repository at this point
Copy the full SHA d08704eView commit details -
[vscode] support workspace scoped variable substitution
see https://code.visualstudio.com/docs/editor/variables-reference#_variables-scoped-per-workspace-folder Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 22b3670 - Browse repository at this point
Copy the full SHA 22b3670View commit details
Commits on Aug 12, 2019
-
[quick-variable] show value on open
in order to simplify testing of variable substitution Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 76faecb - Browse repository at this point
Copy the full SHA 76faecbView commit details -
[vscode] support
config
variable substitutionSee https://code.visualstudio.com/docs/editor/variables-reference#_configuration-variables Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 942f087 - Browse repository at this point
Copy the full SHA 942f087View commit details -
[variable-resolver] match argument to simplify contributions
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 169e370 - Browse repository at this point
Copy the full SHA 169e370View commit details -
[vscode] support
command
variable substitutionSee https://code.visualstudio.com/docs/editor/variables-reference#_command-variables Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 910dd8e - Browse repository at this point
Copy the full SHA 910dd8eView commit details -
[vscode] support
inputs
variable substitution for debugSee https://code.visualstudio.com/docs/editor/variables-reference#_input-variables Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 2c97bc5 - Browse repository at this point
Copy the full SHA 2c97bc5View commit details -
[vscode] fix resolution of env variables
- if an env variable does not exist it should resolve to an empty string to emulate the shell - normalize env variable name to lower case in order to retrieve them from process.env on windows Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Configuration menu - View commit details
-
Copy full SHA for 010d035 - Browse repository at this point
Copy the full SHA 010d035View commit details