We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03555aa commit 78cbc3bCopy full SHA for 78cbc3b
vscode-dotty/src/extension.ts
@@ -111,7 +111,7 @@ function setWorkspaceAndReload(document: vscode.TextDocument) {
111
const workspaceRoot = findWorkspaceRoot(documentPath) || documentPath
112
113
vscode.window.showInformationMessage(
114
- `It looks like '${workspaceRoot}' is the root of your workspace. ` +
+ `It looks like '${workspaceRoot}' is the root of your Scala workspace. ` +
115
'Would you like to open it?',
116
'Yes', 'No'
117
).then((value: String | undefined) => {
0 commit comments