We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
appRoot
The vscode.env.appRoot is not properly implemented (likely stubbed initially) and should be updated:
vscode.env.appRoot
theia/packages/plugin-ext/src/plugin/node/env-node-ext.ts
Lines 52 to 57 in d383fe2
This means that that file's parent directory will be marked as the appRoot:
include the following test extension (vscode-approot-0.0.1.zip)
start the application
execute the command Env: App Root
Env: App Root
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Description:
The
vscode.env.appRoot
is not properly implemented (likely stubbed initially) and should be updated:theia/packages/plugin-ext/src/plugin/node/env-node-ext.ts
Lines 52 to 57 in d383fe2
This means that that file's parent directory will be marked as the
appRoot
:Steps to Reproduce:
include the following test extension (vscode-approot-0.0.1.zip)
start the application
execute the command
Env: App Root
The text was updated successfully, but these errors were encountered: