Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"url": "git+https://github.com/rstackjs/rstack-editor.git"
},
"license": "MIT",
"qna": "https://github.com/rstackjs/rstack-editor/issues",
"publisher": "rstack",
"main": "./dist/extension.js",
"scripts": {
Expand Down Expand Up @@ -201,6 +202,7 @@
"rstack.rstest.testCaseCollectMethod": {
"order": 3,
"type": "string",
"description": "How test cases are discovered inside a test file: statically from the AST, or by running the file and collecting the registered tests.",
"default": "ast",
"enum": [
"ast",
Expand Down Expand Up @@ -455,7 +457,12 @@
"vscode": "^1.97.0"
},
"icon": "icon.png",
"preview": true,
"capabilities": {
"virtualWorkspaces": {
"supported": "limited",
"description": "Rslint, Rstest and `rs fmt` are resolved from the workspace's node_modules and spawned as local processes, so they only start for file-system workspace folders. In a virtual workspace only the status bar item is shown; no tool starts."
},
"untrustedWorkspaces": {
"supported": "limited",
"description": "Rstack spawns project-local executables (the Rslint language server, the Rstest worker, `rs fmt`) and loads project configuration files. In Restricted Mode only the status bar item is shown; no process is spawned and no project code is loaded."
Expand Down