Skip to content

Commit 78cbc3b

Browse files
committed
Address review comment
1 parent 03555aa commit 78cbc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-dotty/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function setWorkspaceAndReload(document: vscode.TextDocument) {
111111
const workspaceRoot = findWorkspaceRoot(documentPath) || documentPath
112112

113113
vscode.window.showInformationMessage(
114-
`It looks like '${workspaceRoot}' is the root of your workspace. ` +
114+
`It looks like '${workspaceRoot}' is the root of your Scala workspace. ` +
115115
'Would you like to open it?',
116116
'Yes', 'No'
117117
).then((value: String | undefined) => {

0 commit comments

Comments
 (0)