You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: localize('gettingStarted.findLanguageExts.title',"Rich support for all your languages"),
149
149
description: localize('gettingStarted.findLanguageExts.description.interpolated',"Code smarter with syntax highlighting, code completion, linting and debugging. While many languages are built-in, many more can be added as extensions.\n{0}",Button(localize('browseLangExts',"Browse Language Extensions"),'command:workbench.extensions.action.showLanguageExtensions')),
title: localize('gettingStarted.workspaceTrust.title',"Safely browse and edit code"),
163
164
description: localize('gettingStarted.workspaceTrust.description.interpolated',"{0} lets you decide whether your project folders should **allow or restrict** automatic code execution __(required for extensions, debugging, etc)__.\nOpening a file/folder will prompt to grant trust. You can always {1} later.",Button(localize('workspaceTrust',"Workspace Trust"),'https://github.com/microsoft/vscode-docs/blob/workspaceTrust/docs/editor/workspace-trust.md'),Button(localize('enableTrust',"enable trust"),'command:toSide:workbench.action.manageTrustedDomain')),
description: localize('gettingStarted.terminal.description.interpolated',"Quickly run shell commands and monitor build output, right next to your code.\n{0}",Button(localize('showTerminal',"Show Terminal Panel"),'command:workbench.action.terminal.toggleTerminal')),
description: localize('gettingStarted.extensions.description.interpolated',"Extensions are VS Code's power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.\n{0}",Button(localize('browseRecommended',"Browse Recommended Extensions"),'command:workbench.extensions.action.showRecommendedExtensions')),
232
+
when: 'virtualWorkspace != \'vscode-vfs\'',
231
233
media: {
232
234
type: 'svg',altText: 'VS Code extension marketplace with featured language extensions',path: 'extensions.svg'
title: localize('gettingStarted.debug.title',"Watch your code in action"),
283
285
description: localize('gettingStarted.debug.description.interpolated',"Accelerate your edit, build, test, and debug loop by setting up a launch configuration.\n{0}",Button(localize('runProject',"Run your Project"),'command:workbench.action.debug.selectandstart')),
description: localize('gettingStarted.tasks.description.interpolated',"Create tasks for your common workflows and enjoy the integrated experience of running scripts and automatically checking results.\n{0}",Button(localize('runTasks',"Run Auto-detected Tasks"),'command:workbench.action.tasks.runTask')),
0 commit comments