Skip to content

Commit 6e34fcd

Browse files
authored
docs: remove NX support references from docs and config (#642)
1 parent 293b05c commit 6e34fcd

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.vscode/launch.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,6 @@
115115
],
116116
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
117117
},
118-
{
119-
"name": "Run Extension Monorepo NX",
120-
"type": "extensionHost",
121-
"request": "launch",
122-
"args": [
123-
"--extensionDevelopmentPath=${workspaceFolder}",
124-
"${workspaceFolder}/samples/monorepo-nx"
125-
],
126-
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
127-
},
128118
{
129119
"name": "Run Extension React Sample",
130120
"type": "extensionHost",

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
- **Run**, **debug**, and **watch** Vitest tests in Visual Studio Code.
1212
- **Coverage** support (requires VS Code >= 1.88)
13-
- NX support (see the [NX sample](./samples/monorepo-nx/)).
1413
- An `@open` tag can be used when filtering tests, to only show the tests open in the editor.
1514

1615
## Requirements

0 commit comments

Comments
 (0)