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
With the introduction of workspace extensions, we can now move vscode-selfhost-test-provider extension into VS Code repository under .vscode/extensions folder.
.vscode/extensions
tsconfig.json
'.vscode/extensions/vscode-selfhost-test-provider'
dirs
dirs.js
'.vscode/extensions/vscode-selfhost-test-provider/tsconfig.json'
compilations
gulpfile.extensions.js
"ms-vscode.vscode-selfhost-test-provider"
extensions.json
To check
vscode-selfhost-test-provider
@recommended
The text was updated successfully, but these errors were encountered:
eng: move selfhost test provider as a workspace extension
541ce72
Testing #208184, closes #207756
PR is staged but there's no rush so I'll merge in debt week
Sorry, something went wrong.
eng: move selfhost test provider as a workspace extension (#208699)
d42fad2
connor4312
Successfully merging a pull request may close this issue.
With the introduction of workspace extensions, we can now move vscode-selfhost-test-provider extension into VS Code repository under
.vscode/extensions
folder..vscode/extensions
folder.tsconfig.json
similar to the one in builtin extensions - example'.vscode/extensions/vscode-selfhost-test-provider'
todirs
indirs.js
file'.vscode/extensions/vscode-selfhost-test-provider/tsconfig.json'
tocompilations
ingulpfile.extensions.js
file"ms-vscode.vscode-selfhost-test-provider"
entry inextensions.json
fileTo check
vscode-selfhost-test-provider
extension - Reload window.@recommended
and installvscode-selfhost-test-provider
workspace extensionThe text was updated successfully, but these errors were encountered: