mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
add API tests that run on a workspace
This commit is contained in:
11
extensions/vscode-api-tests/testworkspace.code-workspace
Normal file
11
extensions/vscode-api-tests/testworkspace.code-workspace
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "testWorkspace"
|
||||
},
|
||||
{
|
||||
"path": "testWorkspace2",
|
||||
"name": "Test Workspace 2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user