Skip to content

Commit d12a408

Browse files
committed
uppercase id
fixes microsoft#6870
1 parent 7306501 commit d12a408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/code/node/cliProcessMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { NodeConfigurationService } from 'vs/platform/configuration/node/nodeCon
2727

2828
const notFound = id => localize('notFound', "Extension '{0}' not found.", id);
2929
const notInstalled = id => localize('notInstalled', "Extension '{0}' is not installed.", id);
30-
const useId = localize('useId', "Make sure you use the full extension id, eg: {0}", 'ms-vscode.csharp');
30+
const useId = localize('useId', "Make sure you use the full extension ID, eg: {0}", 'ms-vscode.csharp');
3131

3232
class Main {
3333

0 commit comments

Comments
 (0)