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 1212 {
1313 "path" : " packages/amazonq" ,
1414 },
15+ {
16+ "path" : " ../language-servers" ,
17+ },
18+ {
19+ "path" : " ../mynah-ui" ,
20+ },
21+ {
22+ "path" : " ../aws-toolkit-common" ,
23+ },
1524 ],
1625 "settings" : {
1726 "typescript.tsdk" : " node_modules/typescript/lib" ,
Original file line number Diff line number Diff line change 1313 "args" : [" --extensionDevelopmentPath=${workspaceFolder}" ],
1414 "env" : {
1515 "SSMDOCUMENT_LANGUAGESERVER_PORT" : " 6010" ,
16- "WEBPACK_DEVELOPER_SERVER" : " http://localhost:8080"
16+ "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" ],
Original file line number Diff line number Diff line change 562562 "commands" : [
563563 {
564564 "command" : " aws.amazonq.stopCmdExecution" ,
565- "title" : " Stop Amazon Q Command Execution " ,
565+ "title" : " Stop Amazon Q" ,
566566 "category" : " %AWS.amazonq.title%"
567567 },
568568 {
569569 "command" : " aws.amazonq.runCmdExecution" ,
570- "title" : " Run Amazon Q Command Execution " ,
570+ "title" : " Run Amazon Q Tool " ,
571571 "category" : " %AWS.amazonq.title%"
572572 },
573573 {
574574 "command" : " aws.amazonq.rejectCmdExecution" ,
575- "title" : " Reject Amazon Q Command Execution " ,
575+ "title" : " Reject Amazon Q Tool " ,
576576 "category" : " %AWS.amazonq.title%"
577577 },
578578 {
You can’t perform that action at this time.
0 commit comments