提交 04c9644b 编写于 作者: K kieferrm

clean-up: tsdk is no longer untrusted

上级 4d9dc747
......@@ -1391,8 +1391,6 @@ class UnTrustedWorkspaceSettingsRenderer extends Disposable {
private getMarkerMessage(settingKey): string {
switch (settingKey) {
case 'typescript.tsdk':
return nls.localize('unsupportedTypeScriptTsdkSetting', "This setting must be a User Setting. To configure TypeScript for the workspace, open a TypeScript file and click on the TypeScript version in the status bar.");
case 'php.validate.executablePath':
return nls.localize('unsupportedPHPExecutablePathSetting', "This setting must be a User Setting. To configure PHP for the workspace, open a PHP file and click on 'PHP Path' in the status bar.");
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册