File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 12
12
{
13
13
"path" : " packages/amazonq" ,
14
14
},
15
+ {
16
+ "path" : " ../language-servers" ,
17
+ },
18
+ {
19
+ "path" : " ../mynah-ui" ,
20
+ },
21
+ {
22
+ "path" : " ../aws-toolkit-common" ,
23
+ },
15
24
],
16
25
"settings" : {
17
26
"typescript.tsdk" : " node_modules/typescript/lib" ,
Original file line number Diff line number Diff line change 13
13
"args" : [" --extensionDevelopmentPath=${workspaceFolder}" ],
14
14
"env" : {
15
15
"SSMDOCUMENT_LANGUAGESERVER_PORT" : " 6010" ,
16
- "WEBPACK_DEVELOPER_SERVER" : " http://localhost:8080"
16
+ "WEBPACK_DEVELOPER_SERVER" : " http://localhost:8080" ,
17
17
// 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"
20
20
},
21
21
"envFile" : " ${workspaceFolder}/.local.env" ,
22
22
"outFiles" : [" ${workspaceFolder}/dist/**/*.js" , " ${workspaceFolder}/../core/dist/**/*.js" ],
Original file line number Diff line number Diff line change 562
562
"commands" : [
563
563
{
564
564
"command" : " aws.amazonq.stopCmdExecution" ,
565
- "title" : " Stop Amazon Q Command Execution " ,
565
+ "title" : " Stop Amazon Q" ,
566
566
"category" : " %AWS.amazonq.title%"
567
567
},
568
568
{
569
569
"command" : " aws.amazonq.runCmdExecution" ,
570
- "title" : " Run Amazon Q Command Execution " ,
570
+ "title" : " Run Amazon Q Tool " ,
571
571
"category" : " %AWS.amazonq.title%"
572
572
},
573
573
{
574
574
"command" : " aws.amazonq.rejectCmdExecution" ,
575
- "title" : " Reject Amazon Q Command Execution " ,
575
+ "title" : " Reject Amazon Q Tool " ,
576
576
"category" : " %AWS.amazonq.title%"
577
577
},
578
578
{
You can’t perform that action at this time.
0 commit comments