Skip to content

Commit 8ebc3be

Browse files
committed
Store workspace changes temporarily
1 parent 48aa7f8 commit 8ebc3be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

aws-toolkit-vscode.code-workspace

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
{
1313
"path": "packages/amazonq",
1414
},
15+
{
16+
"path": "../language-servers",
17+
},
1518
],
1619
"settings": {
1720
"typescript.tsdk": "node_modules/typescript/lib",

packages/amazonq/src/lsp/chat/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export function registerMessageListeners(
680680
'vscode.diff',
681681
tempFileUri,
682682
currentFileUri,
683-
`${vscode.workspace.asRelativePath(currentFileUri)} (Original ↔ Current)`,
683+
`${vscode.workspace.asRelativePath(currentFileUri)} (Original ↔ Current, Editable)`,
684684
{ preview: false }
685685
)
686686

0 commit comments

Comments
 (0)