Skip to content

Commit 3336ec9

Browse files
committed
revert changes in lanuch.json and workspace
1 parent 3aaf863 commit 3336ec9

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

aws-toolkit-vscode.code-workspace

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
{
22
"folders": [
33
{
4-
"path": "."
4+
"path": ".",
55
},
66
{
7-
"path": "packages/toolkit"
7+
"path": "packages/toolkit",
88
},
99
{
10-
"path": "packages/core"
10+
"path": "packages/core",
1111
},
1212
{
13-
"path": "packages/amazonq"
13+
"path": "packages/amazonq",
1414
},
15-
{
16-
"path": "../language-servers"
17-
},
18-
{
19-
"path": "../language-server-runtimes"
20-
}
2115
],
2216
"settings": {
2317
"typescript.tsdk": "node_modules/typescript/lib",
2418
},
25-
}
19+
}

packages/amazonq/.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"SSMDOCUMENT_LANGUAGESERVER_PORT": "6010",
1616
"WEBPACK_DEVELOPER_SERVER": "http://localhost:8080",
1717
// Below allows for overrides used during development
18-
"__AMAZONQLSP_PATH": "${workspaceFolder}/../../../language-servers/app/aws-lsp-codewhisperer-runtimes/out/agent-standalone.js",
19-
"__AMAZONQLSP_UI": "${workspaceFolder}/../../../language-servers/chat-client/build/amazonq-ui.js"
18+
// "__AMAZONQLSP_PATH": "${workspaceFolder}/../../../language-servers/app/aws-lsp-codewhisperer-runtimes/out/agent-standalone.js",
19+
// "__AMAZONQLSP_UI": "${workspaceFolder}/../../../language-servers/chat-client/build/amazonq-ui.js"
2020
},
2121
"envFile": "${workspaceFolder}/.local.env",
2222
"outFiles": ["${workspaceFolder}/dist/**/*.js", "${workspaceFolder}/../core/dist/**/*.js"],

0 commit comments

Comments
 (0)