|
@@ -232,10 +232,10 @@ index 789a579..12e230e 100644
|
|
|
+ "displayName": "Grunt support for !!APP_NAME!!",
|
|
|
"config.grunt.autoDetect": "Controls enablement of Grunt task detection. Grunt task detection can cause files in any open workspace to be executed.",
|
|
|
diff --git a/extensions/html-language-features/client/src/htmlClient.ts b/extensions/html-language-features/client/src/htmlClient.ts
|
|
|
-index 6e66f8d..7c86a69 100644
|
|
|
+index 2b0f961..a316a44 100644
|
|
|
--- a/extensions/html-language-features/client/src/htmlClient.ts
|
|
|
+++ b/extensions/html-language-features/client/src/htmlClient.ts
|
|
|
-@@ -108,3 +108,3 @@ export async function startClient(context: ExtensionContext, newLanguageClient:
|
|
|
+@@ -109,3 +109,3 @@ export async function startClient(context: ExtensionContext, newLanguageClient:
|
|
|
const configure = l10n.t('Configure');
|
|
|
- const res = await window.showInformationMessage(l10n.t('VS Code now has built-in support for auto-renaming tags. Do you want to enable it?'), configure);
|
|
|
+ const res = await window.showInformationMessage(l10n.t('!!APP_NAME!! now has built-in support for auto-renaming tags. Do you want to enable it?'), configure);
|
|
@@ -361,31 +361,30 @@ index 7d6694c..83b2599 100644
|
|
|
+ "comment": "The simpler (?<=\\bProcess\\.|\\bCommandLine\\.) breaks !!APP_NAME!! / Atom, see https://github.com/textmate/swift.tmbundle/issues/29",
|
|
|
"name": "support.variable.swift",
|
|
|
diff --git a/extensions/typescript-language-features/package.nls.json b/extensions/typescript-language-features/package.nls.json
|
|
|
-index 44fa54e..e349c6e 100644
|
|
|
+index 5de96a8..563d7eb 100644
|
|
|
--- a/extensions/typescript-language-features/package.nls.json
|
|
|
+++ b/extensions/typescript-language-features/package.nls.json
|
|
|
-@@ -81,4 +81,4 @@
|
|
|
+@@ -80,4 +80,4 @@
|
|
|
"configuration.tsserver.experimental.enableProjectDiagnostics": "Enables project wide error reporting.",
|
|
|
- "typescript.locale": "Sets the locale used to report JavaScript and TypeScript errors. Defaults to use VS Code's locale.",
|
|
|
- "typescript.locale.auto": "Use VS Code's configured display language.",
|
|
|
+ "typescript.locale": "Sets the locale used to report JavaScript and TypeScript errors. Defaults to use !!APP_NAME!!'s locale.",
|
|
|
+ "typescript.locale.auto": "Use !!APP_NAME!!'s configured display language.",
|
|
|
"configuration.implicitProjectConfig.module": "Sets the module system for the program. See more: https://www.typescriptlang.org/tsconfig#module.",
|
|
|
-@@ -166,3 +166,3 @@
|
|
|
+@@ -163,3 +163,3 @@
|
|
|
"typescript.workspaceSymbols.excludeLibrarySymbols": "Exclude symbols that come from library files in `Go to Symbol in Workspace` results. Requires using TypeScript 5.3+ in the workspace.",
|
|
|
- "typescript.updateImportsOnFileMove.enabled": "Enable/disable automatic updating of import paths when you rename or move a file in VS Code.",
|
|
|
+ "typescript.updateImportsOnFileMove.enabled": "Enable/disable automatic updating of import paths when you rename or move a file in !!APP_NAME!!.",
|
|
|
"typescript.updateImportsOnFileMove.enabled.prompt": "Prompt on each rename.",
|
|
|
-@@ -173,6 +173,6 @@
|
|
|
+@@ -170,5 +170,5 @@
|
|
|
"configuration.suggest.completeJSDocs": "Enable/disable suggestion to complete JSDoc comments.",
|
|
|
- "configuration.tsserver.useVsCodeWatcher": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
|
|
|
+ "configuration.tsserver.useVsCodeWatcher": "Use !!APP_NAME!!'s file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
|
|
|
- "configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",
|
|
|
"configuration.tsserver.watchOptions": "Configure which watching strategies should be used to keep track of files and directories.",
|
|
|
- "configuration.tsserver.watchOptions.vscode": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
|
|
|
+ "configuration.tsserver.watchOptions.vscode": "Use !!APP_NAME!!'s file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
|
|
|
"configuration.tsserver.watchOptions.watchFile": "Strategy for how individual files are watched.",
|
|
|
-@@ -227,6 +227,6 @@
|
|
|
+@@ -222,6 +222,6 @@
|
|
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "Enable/disable snippet completions for methods in object literals.",
|
|
|
- "configuration.tsserver.web.projectWideIntellisense.enabled": "Enable/disable project-wide IntelliSense on web. Requires that VS Code is running in a trusted context.",
|
|
|
+ "configuration.tsserver.web.projectWideIntellisense.enabled": "Enable/disable project-wide IntelliSense on web. Requires that !!APP_NAME!! is running in a trusted context.",
|
|
@@ -394,7 +393,7 @@ index 44fa54e..e349c6e 100644
|
|
|
- "configuration.tsserver.nodePath": "Run TS Server on a custom Node installation. This can be a path to a Node executable, or 'node' if you want VS Code to detect a Node installation.",
|
|
|
+ "configuration.tsserver.nodePath": "Run TS Server on a custom Node installation. This can be a path to a Node executable, or 'node' if you want !!APP_NAME!! to detect a Node installation.",
|
|
|
"configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
|
|
|
-@@ -242,7 +242,7 @@
|
|
|
+@@ -238,7 +238,7 @@
|
|
|
"walkthroughs.nodejsWelcome.debugJsFile.title": "Run and Debug your JavaScript",
|
|
|
- "walkthroughs.nodejsWelcome.debugJsFile.description": "Once you've installed Node.js, you can run JavaScript programs at a terminal by entering ``node your-file-name.js``\nAnother easy way to run Node.js programs is by using VS Code's debugger which lets you run your code, pause at different points, and help you understand what's going on step-by-step.\n[Start Debugging](command:javascript-walkthrough.commands.debugJsFile)",
|
|
|
- "walkthroughs.nodejsWelcome.debugJsFile.altText": "Debug and run your JavaScript code in Node.js with Visual Studio Code.",
|
|
@@ -453,7 +452,7 @@ index 4201d6d..ded6803 100644
|
|
|
+ vscode.l10n.t("The JS/TS language service crashed.\nThis may be caused by a plugin contributed by one of these extensions: {0}.\nPlease try disabling these extensions before filing an issue against !!APP_NAME!!.", pluginExtensionList));
|
|
|
} else {
|
|
|
diff --git a/extensions/vscode-api-tests/package.json b/extensions/vscode-api-tests/package.json
|
|
|
-index 0d7f87a..6b72fec 100644
|
|
|
+index 440d495..41b94c3 100644
|
|
|
--- a/extensions/vscode-api-tests/package.json
|
|
|
+++ b/extensions/vscode-api-tests/package.json
|
|
|
@@ -2,3 +2,3 @@
|
|
@@ -462,7 +461,7 @@ index 0d7f87a..6b72fec 100644
|
|
|
+ "description": "API tests for !!APP_NAME!!",
|
|
|
"version": "0.0.1",
|
|
|
diff --git a/extensions/vscode-colorize-tests/package.json b/extensions/vscode-colorize-tests/package.json
|
|
|
-index b416aee..3f60c26 100644
|
|
|
+index 4959276..41d5ae7 100644
|
|
|
--- a/extensions/vscode-colorize-tests/package.json
|
|
|
+++ b/extensions/vscode-colorize-tests/package.json
|
|
|
@@ -2,3 +2,3 @@
|
|
@@ -488,7 +487,7 @@ index 6680753..da1795a 100644
|
|
|
+ "c": "broken highlighting in !!APP_NAME!!",
|
|
|
"t": "source.css.less meta.selector.less meta.group.less meta.property-value.less string.quoted.double.less",
|
|
|
diff --git a/extensions/vscode-test-resolver/package.json b/extensions/vscode-test-resolver/package.json
|
|
|
-index 8ab2171..0cd1cfb 100644
|
|
|
+index c96c1d5..3288347 100644
|
|
|
--- a/extensions/vscode-test-resolver/package.json
|
|
|
+++ b/extensions/vscode-test-resolver/package.json
|
|
|
@@ -2,3 +2,3 @@
|
|
@@ -540,15 +539,15 @@ index 2fab3ec..1195e3d 100644
|
|
|
+ progress.report({ message: 'Installing !!APP_NAME!! Server' });
|
|
|
serverLocation = await downloadAndUnzipVSCodeServer(updateUrl, commit, quality, serverBin, m => outputChannel.appendLine(m));
|
|
|
diff --git a/src/main.ts b/src/main.ts
|
|
|
-index 1af3c94..d1a8ea6 100644
|
|
|
+index fc3b6ad..0675813 100644
|
|
|
--- a/src/main.ts
|
|
|
+++ b/src/main.ts
|
|
|
-@@ -397,3 +397,3 @@ function createDefaultArgvConfigSync(argvConfigPath: string): void {
|
|
|
+@@ -407,3 +407,3 @@ function createDefaultArgvConfigSync(argvConfigPath: string): void {
|
|
|
const defaultArgvConfigContent = [
|
|
|
- '// This configuration file allows you to pass permanent command line arguments to VS Code.',
|
|
|
+ '// This configuration file allows you to pass permanent command line arguments to !!APP_NAME!!.',
|
|
|
'// Only a subset of arguments is currently supported to reduce the likelihood of breaking',
|
|
|
-@@ -403,6 +403,6 @@ function createDefaultArgvConfigSync(argvConfigPath: string): void {
|
|
|
+@@ -413,6 +413,6 @@ function createDefaultArgvConfigSync(argvConfigPath: string): void {
|
|
|
'//',
|
|
|
- '// NOTE: Changing this file requires a restart of VS Code.',
|
|
|
+ '// NOTE: Changing this file requires a restart of !!APP_NAME!!.',
|
|
@@ -558,7 +557,7 @@ index 1af3c94..d1a8ea6 100644
|
|
|
+ ' // This can help in cases where you see rendering issues in !!APP_NAME!!.',
|
|
|
' // "disable-hardware-acceleration": true',
|
|
|
diff --git a/src/vs/code/electron-main/app.ts b/src/vs/code/electron-main/app.ts
|
|
|
-index 588e1cb..a18f74f 100644
|
|
|
+index d045e6a..f9d8036 100644
|
|
|
--- a/src/vs/code/electron-main/app.ts
|
|
|
+++ b/src/vs/code/electron-main/app.ts
|
|
|
@@ -526,3 +526,3 @@ export class CodeApplication extends Disposable {
|
|
@@ -672,10 +671,10 @@ index 0535ddd..2478997 100644
|
|
|
+ console.error('Unable to connect to !!APP_NAME!! server: ' + message);
|
|
|
console.error(err);
|
|
|
diff --git a/src/vs/workbench/api/browser/mainThreadAuthentication.ts b/src/vs/workbench/api/browser/mainThreadAuthentication.ts
|
|
|
-index 6441394..69955cd 100644
|
|
|
+index db00ad2..299db98 100644
|
|
|
--- a/src/vs/workbench/api/browser/mainThreadAuthentication.ts
|
|
|
+++ b/src/vs/workbench/api/browser/mainThreadAuthentication.ts
|
|
|
-@@ -334,3 +334,3 @@ export class MainThreadAuthentication extends Disposable implements MainThreadAu
|
|
|
+@@ -345,3 +345,3 @@ export class MainThreadAuthentication extends Disposable implements MainThreadAu
|
|
|
owner: 'TylerLeonhardt';
|
|
|
- comment: 'Used to see which extensions are using the VSCode client id override';
|
|
|
+ comment: 'Used to see which extensions are using the !!APP_NAME!! client id override';
|
|
@@ -690,7 +689,7 @@ index fdf354d..b196297 100644
|
|
|
+ description: localize({ key: 'vscode.extension.contributes.views.containers.id', comment: ['Contribution refers to those that an extension contributes to !!APP_NAME!! through an extension/contribution point. '] }, "Unique id used to identify the container in which views can be contributed using 'views' contribution point"),
|
|
|
type: 'string',
|
|
|
diff --git a/src/vs/workbench/api/common/extHostApiCommands.ts b/src/vs/workbench/api/common/extHostApiCommands.ts
|
|
|
-index 0dc4986..efbe644 100644
|
|
|
+index 436e350..f426464 100644
|
|
|
--- a/src/vs/workbench/api/common/extHostApiCommands.ts
|
|
|
+++ b/src/vs/workbench/api/common/extHostApiCommands.ts
|
|
|
@@ -443,3 +443,3 @@ const newCommands: ApiCommand[] = [
|
|
@@ -737,7 +736,7 @@ index 0ebe271..20974b2 100644
|
|
|
+ throw new Error('Unable to create the !!APP_NAME!! workbench more than once.');
|
|
|
} else {
|
|
|
diff --git a/src/vs/workbench/browser/workbench.contribution.ts b/src/vs/workbench/browser/workbench.contribution.ts
|
|
|
-index 735e721..0356d59 100644
|
|
|
+index 65d3aa3..1a53779 100644
|
|
|
--- a/src/vs/workbench/browser/workbench.contribution.ts
|
|
|
+++ b/src/vs/workbench/browser/workbench.contribution.ts
|
|
|
@@ -696,3 +696,3 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
|
@@ -746,15 +745,15 @@ index 735e721..0356d59 100644
|
|
|
+ localize('appName', "`${appName}`: e.g. !!APP_NAME!!."),
|
|
|
localize('remoteName', "`${remoteName}`: e.g. SSH"),
|
|
|
diff --git a/src/vs/workbench/contrib/chat/browser/chatSetup.ts b/src/vs/workbench/contrib/chat/browser/chatSetup.ts
|
|
|
-index 043193f..9311afb 100644
|
|
|
+index 11d1fe3..71751cc 100644
|
|
|
--- a/src/vs/workbench/contrib/chat/browser/chatSetup.ts
|
|
|
+++ b/src/vs/workbench/contrib/chat/browser/chatSetup.ts
|
|
|
-@@ -143,3 +143,3 @@ class SetupAgent extends Disposable implements IChatAgentImplementation {
|
|
|
+@@ -141,3 +141,3 @@ class SetupAgent extends Disposable implements IChatAgentImplementation {
|
|
|
|
|
|
- const { agent, disposable } = SetupAgent.doRegisterAgent(instantiationService, chatAgentService, 'setup.vscode', 'vscode', false, localize2('vscodeAgentDescription', "Ask questions about VS Code").value, ChatAgentLocation.Panel, undefined, context, controller);
|
|
|
+ const { agent, disposable } = SetupAgent.doRegisterAgent(instantiationService, chatAgentService, 'setup.vscode', 'vscode', false, localize2('vscodeAgentDescription', "Ask questions about !!APP_NAME!!").value, ChatAgentLocation.Panel, undefined, context, controller);
|
|
|
disposables.add(disposable);
|
|
|
-@@ -153,4 +153,4 @@ class SetupAgent extends Disposable implements IChatAgentImplementation {
|
|
|
+@@ -149,4 +149,4 @@ class SetupAgent extends Disposable implements IChatAgentImplementation {
|
|
|
displayName: localize('setupToolDisplayName', "New Workspace"),
|
|
|
- modelDescription: localize('setupToolsDescription', "Scaffold a new workspace in VS Code"),
|
|
|
- userDescription: localize('setupToolsDescription', "Scaffold a new workspace in VS Code"),
|
|
@@ -771,30 +770,30 @@ index 0a13063..5a342c0 100644
|
|
|
+ description: nls.localize('debugServer', "For debug extension development only: if a port is specified !!APP_NAME!! tries to connect to a debug adapter running in server mode"),
|
|
|
default: 4711
|
|
|
diff --git a/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts b/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts
|
|
|
-index 39859b4..5e03ec2 100644
|
|
|
+index 2442c3b..b549091 100644
|
|
|
--- a/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts
|
|
|
+++ b/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts
|
|
|
-@@ -338,3 +338,3 @@ CommandsRegistry.registerCommand({
|
|
|
+@@ -333,3 +333,3 @@ CommandsRegistry.registerCommand({
|
|
|
description: '(optional) Options for installing the extension. Object with the following properties: ' +
|
|
|
- '`installOnlyNewlyAddedFromExtensionPackVSIX`: When enabled, VS Code installs only newly added extensions from the extension pack VSIX. This option is considered only when installing VSIX. ',
|
|
|
+ '`installOnlyNewlyAddedFromExtensionPackVSIX`: When enabled, !!APP_NAME!! installs only newly added extensions from the extension pack VSIX. This option is considered only when installing VSIX. ',
|
|
|
isOptional: true,
|
|
|
-@@ -345,3 +345,3 @@ CommandsRegistry.registerCommand({
|
|
|
+@@ -340,3 +340,3 @@ CommandsRegistry.registerCommand({
|
|
|
'type': 'boolean',
|
|
|
- 'description': localize('workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX', "When enabled, VS Code installs only newly added extensions from the extension pack VSIX. This option is considered only while installing a VSIX."),
|
|
|
+ 'description': localize('workbench.extensions.installExtension.option.installOnlyNewlyAddedFromExtensionPackVSIX', "When enabled, !!APP_NAME!! installs only newly added extensions from the extension pack VSIX. This option is considered only while installing a VSIX."),
|
|
|
default: false
|
|
|
-@@ -350,3 +350,3 @@ CommandsRegistry.registerCommand({
|
|
|
+@@ -345,3 +345,3 @@ CommandsRegistry.registerCommand({
|
|
|
'type': 'boolean',
|
|
|
- 'description': localize('workbench.extensions.installExtension.option.installPreReleaseVersion', "When enabled, VS Code installs the pre-release version of the extension if available."),
|
|
|
+ 'description': localize('workbench.extensions.installExtension.option.installPreReleaseVersion', "When enabled, !!APP_NAME!! installs the pre-release version of the extension if available."),
|
|
|
default: false
|
|
|
-@@ -355,3 +355,3 @@ CommandsRegistry.registerCommand({
|
|
|
+@@ -350,3 +350,3 @@ CommandsRegistry.registerCommand({
|
|
|
'type': 'boolean',
|
|
|
- 'description': localize('workbench.extensions.installExtension.option.donotSync', "When enabled, VS Code do not sync this extension when Settings Sync is on."),
|
|
|
+ 'description': localize('workbench.extensions.installExtension.option.donotSync', "When enabled, !!APP_NAME!! do not sync this extension when Settings Sync is on."),
|
|
|
default: false
|
|
|
-@@ -879,4 +879,4 @@ class ExtensionsContributions extends Disposable implements IWorkbenchContributi
|
|
|
+@@ -874,4 +874,4 @@ class ExtensionsContributions extends Disposable implements IWorkbenchContributi
|
|
|
Severity.Info,
|
|
|
- vsixs.length > 1 ? localize('InstallVSIXs.successReload', "Completed installing extensions. Please reload Visual Studio Code to enable them.")
|
|
|
- : localize('InstallVSIXAction.successReload', "Completed installing extension. Please reload Visual Studio Code to enable it."),
|
|
@@ -802,7 +801,7 @@ index 39859b4..5e03ec2 100644
|
|
|
+ : localize('InstallVSIXAction.successReload', "Completed installing extension. Please reload VSCodium to enable it."),
|
|
|
[{
|
|
|
diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts b/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
|
|
|
-index 862d00b..714f0fa 100644
|
|
|
+index 5c24f2d..fafc0d2 100644
|
|
|
--- a/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
|
|
|
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsActions.ts
|
|
|
@@ -108,3 +108,3 @@ export class PromptExtensionInstallFailureAction extends Action {
|
|
@@ -826,7 +825,7 @@ index 862d00b..714f0fa 100644
|
|
|
+ this.updateStatus({ icon: warningIcon, message: new MarkdownString(localize('deprecated with alternate settings tooltip', "This extension is deprecated as this functionality is now built-in to !!APP_NAME!!. Configure these {0} to use this functionality.", link)) }, true);
|
|
|
} else {
|
|
|
diff --git a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
|
|
|
-index 8ee497e..41de54a 100644
|
|
|
+index 5aba80e..e7f02ed 100644
|
|
|
--- a/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
|
|
|
+++ b/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts
|
|
|
@@ -468,3 +468,3 @@ export class Extension implements IExtension {
|
|
@@ -904,10 +903,10 @@ index 5de0485..177e215 100644
|
|
|
+ "You can now access this machine anywhere via the secure tunnel [{0}](command:{4}). To connect via a different machine, use the generated [{1}]({2}) link or use the [{6}]({7}) extension in the desktop or web. You can [configure](command:{3}) or [turn off](command:{5}) this access via the !!APP_NAME!! Accounts menu.",
|
|
|
connectionInfo.tunnelName, connectionInfo.domain, linkToOpenForMarkdown, RemoteTunnelCommandIds.manage, RemoteTunnelCommandIds.configure, RemoteTunnelCommandIds.turnOff, remoteExtension.friendlyName, 'https://code.visualstudio.com/docs/remote/tunnels'
|
|
|
diff --git a/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts b/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
|
|
|
-index 78c67ee..b78fbdc 100644
|
|
|
+index 3205ac9..e258152 100644
|
|
|
--- a/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
|
|
|
+++ b/src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
|
|
|
-@@ -3199,3 +3199,3 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
|
|
|
+@@ -3252,3 +3252,3 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
|
|
|
if (response.code && response.code === TerminateResponseCode.ProcessNotFound) {
|
|
|
- this._notificationService.error(nls.localize('TerminateAction.noProcess', 'The launched process doesn\'t exist anymore. If the task spawned background tasks exiting VS Code might result in orphaned processes.'));
|
|
|
+ this._notificationService.error(nls.localize('TerminateAction.noProcess', 'The launched process doesn\'t exist anymore. If the task spawned background tasks exiting !!APP_NAME!! might result in orphaned processes.'));
|
|
@@ -927,19 +926,19 @@ index 9db6b8a..cecac9f 100644
|
|
|
+ description: nls.localize('JsonSchema.promptOnClose', 'Whether the user is prompted when !!APP_NAME!! closes with a running background task.'),
|
|
|
default: false
|
|
|
diff --git a/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts b/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
|
|
|
-index 42df6db..99e0383 100644
|
|
|
+index e698eb9..b2a6e63 100644
|
|
|
--- a/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
|
|
|
+++ b/src/vs/workbench/contrib/tasks/common/jsonSchema_v2.ts
|
|
|
-@@ -411,3 +411,3 @@ const taskConfiguration: IJSONSchema = {
|
|
|
+@@ -424,3 +424,3 @@ const taskConfiguration: IJSONSchema = {
|
|
|
type: 'boolean',
|
|
|
- description: nls.localize('JsonSchema.tasks.promptOnClose', 'Whether the user is prompted when VS Code closes with a running task.'),
|
|
|
+ description: nls.localize('JsonSchema.tasks.promptOnClose', 'Whether the user is prompted when !!APP_NAME!! closes with a running task.'),
|
|
|
default: false
|
|
|
diff --git a/src/vs/workbench/contrib/tasks/electron-sandbox/taskService.ts b/src/vs/workbench/contrib/tasks/electron-sandbox/taskService.ts
|
|
|
-index 6a5728c..df166de 100644
|
|
|
+index 71b4a51..7c6a88f 100644
|
|
|
--- a/src/vs/workbench/contrib/tasks/electron-sandbox/taskService.ts
|
|
|
+++ b/src/vs/workbench/contrib/tasks/electron-sandbox/taskService.ts
|
|
|
-@@ -213,3 +213,3 @@ export class TaskService extends AbstractTaskService {
|
|
|
+@@ -216,3 +216,3 @@ export class TaskService extends AbstractTaskService {
|
|
|
return this._dialogService.confirm({
|
|
|
- message: nls.localize('TaskSystem.noProcess', 'The launched task doesn\'t exist anymore. If the task spawned background processes exiting VS Code might result in orphaned processes. To avoid this start the last background process with a wait flag.'),
|
|
|
+ message: nls.localize('TaskSystem.noProcess', 'The launched task doesn\'t exist anymore. If the task spawned background processes exiting !!APP_NAME!! might result in orphaned processes. To avoid this start the last background process with a wait flag.'),
|
|
@@ -954,7 +953,7 @@ index 42ff0ac..8f2f57c 100644
|
|
|
+ this._notificationService.prompt(Severity.Warning, nls.localize('terminal.monospaceOnly', "The terminal only supports monospace fonts. Be sure to restart !!APP_NAME!! if this is a newly installed font."), choices);
|
|
|
}
|
|
|
diff --git a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
|
|
|
-index 28aa98c..a3331fc 100644
|
|
|
+index dca86e0..3547a08 100644
|
|
|
--- a/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
|
|
|
+++ b/src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
|
|
|
@@ -314,3 +314,3 @@ const terminalConfiguration: IConfigurationNode = {
|
|
@@ -1065,14 +1064,10 @@ index 3f1c098..26bf670 100644
|
|
|
+ description: localize('walkthroughs.steps.completionEvents.onCommand', 'Check off step when a given command is executed anywhere in !!APP_NAME!!.'),
|
|
|
body: 'onCommand:${1:commandId}'
|
|
|
diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts
|
|
|
-index 949cea7..ccd635d 100644
|
|
|
+index 2381b12..613edff 100644
|
|
|
--- a/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts
|
|
|
+++ b/src/vs/workbench/contrib/welcomeGettingStarted/common/gettingStartedContent.ts
|
|
|
-@@ -15,3 +15,2 @@ import { CONTEXT_ACCESSIBILITY_MODE_ENABLED } from '../../../../platform/accessi
|
|
|
- import { URI } from '../../../../base/common/uri.js';
|
|
|
--import product from '../../../../platform/product/common/product.js';
|
|
|
-
|
|
|
-@@ -201,13 +200,2 @@ export const startEntries: GettingStartedStartEntryContent = [
|
|
|
+@@ -203,13 +203,2 @@ export const startEntries: GettingStartedStartEntryContent = [
|
|
|
},
|
|
|
- {
|
|
|
- id: 'topLevelNewWorkspaceChat',
|
|
@@ -1086,7 +1081,7 @@ index 949cea7..ccd635d 100644
|
|
|
- }
|
|
|
- },
|
|
|
];
|
|
|
-@@ -216,24 +204,2 @@ const Button = (title: string, href: string) => `[${title}](${href})`;
|
|
|
+@@ -218,24 +207,2 @@ const Button = (title: string, href: string) => `[${title}](${href})`;
|
|
|
|
|
|
-const CopilotStepTitle = localize('gettingStarted.copilotSetup.title', "Use AI features with Copilot for free");
|
|
|
-const CopilotDescription = localize({ key: 'gettingStarted.copilotSetup.description', comment: ['{Locked="["}', '{Locked="]({0})"}'] }, "You can use [Copilot]({0}) to generate code across multiple files, fix errors, ask questions about your code and much more using natural language.", product.defaultChatAgent?.documentationUrl ?? '');
|
|
@@ -1111,23 +1106,23 @@ index 949cea7..ccd635d 100644
|
|
|
-}
|
|
|
-
|
|
|
export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
-@@ -241,3 +207,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -243,3 +210,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
id: 'Setup',
|
|
|
- title: localize('gettingStarted.setup.title', "Get started with VS Code"),
|
|
|
+ title: localize('gettingStarted.setup.title', "Get started with !!APP_NAME!!"),
|
|
|
description: localize('gettingStarted.setup.description', "Customize your editor, learn the basics, and start coding"),
|
|
|
-@@ -246,3 +212,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -248,3 +215,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
when: '!isWeb',
|
|
|
- walkthroughPageTitle: localize('gettingStarted.setup.walkthroughPageTitle', 'Setup VS Code'),
|
|
|
+ walkthroughPageTitle: localize('gettingStarted.setup.walkthroughPageTitle', 'Setup !!APP_NAME!!'),
|
|
|
next: 'Beginner',
|
|
|
-@@ -251,5 +217,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -253,5 +220,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
steps: [
|
|
|
-- createCopilotSetupStep('CopilotSetupSignedOut', CopilotSignedOutButton, 'chatSetupSignedOut', true),
|
|
|
-- createCopilotSetupStep('CopilotSetupComplete', CopilotCompleteButton, 'chatSetupInstalled && (chatPlanPro || chatPlanProPlus || chatPlanBusiness || chatPlanEnterprise || chatPlanLimited)', false),
|
|
|
-- createCopilotSetupStep('CopilotSetupSignedIn', CopilotSignedInButton, '!chatSetupSignedOut && (!chatSetupInstalled || chatPlanCanSignUp)', true),
|
|
|
+- createCopilotSetupStep('CopilotSetupSignedOut', CopilotSignedOutButton, 'chatEntitlementSignedOut', true),
|
|
|
+- createCopilotSetupStep('CopilotSetupComplete', CopilotCompleteButton, 'chatSetupInstalled && !chatSetupDisabled && (chatPlanPro || chatPlanProPlus || chatPlanBusiness || chatPlanEnterprise || chatPlanLimited)', false),
|
|
|
+- createCopilotSetupStep('CopilotSetupSignedIn', CopilotSignedInButton, '!chatEntitlementSignedOut && (!chatSetupInstalled || chatSetupDisabled || chatPlanCanSignUp)', true),
|
|
|
{
|
|
|
-@@ -267,6 +230,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -269,6 +233,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.extensions.title', "Code with extensions"),
|
|
|
- description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopularWeb', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
|
|
|
+ description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are !!APP_NAME!!'s power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopularWeb', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
|
|
@@ -1136,7 +1131,7 @@ index 949cea7..ccd635d 100644
|
|
|
- type: 'svg', altText: 'VS Code extension marketplace with featured language extensions', path: 'extensions-web.svg'
|
|
|
+ type: 'svg', altText: '!!APP_NAME!! extension marketplace with featured language extensions', path: 'extensions-web.svg'
|
|
|
},
|
|
|
-@@ -282,21 +245,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -284,21 +248,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
},
|
|
|
- // Hidden in favor of copilot entry (to be revisited when copilot entry moves, if at all)
|
|
|
- // {
|
|
@@ -1158,17 +1153,17 @@ index 949cea7..ccd635d 100644
|
|
|
- // },
|
|
|
- // },
|
|
|
{
|
|
|
-@@ -304,3 +248,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -306,3 +251,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.settings.title', "Tune your settings"),
|
|
|
- description: localize('gettingStarted.settingsAndSync.description.interpolated', "Customize every aspect of VS Code and your extensions to your liking. [Back up and sync](command:workbench.userDataSync.actions.turnOn) your essential customizations across all your devices.\n{0}", Button(localize('tweakSettings', "Open Settings"), 'command:toSide:workbench.action.openSettings')),
|
|
|
+ description: localize('gettingStarted.settingsAndSync.description.interpolated', "Customize every aspect of !!APP_NAME!! and your extensions to your liking. [Back up and sync](command:workbench.userDataSync.actions.turnOn) your essential customizations across all your devices.\n{0}", Button(localize('tweakSettings', "Open Settings"), 'command:toSide:workbench.action.openSettings')),
|
|
|
when: 'syncStatus != uninitialized',
|
|
|
-@@ -308,3 +252,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -310,3 +255,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
media: {
|
|
|
- type: 'svg', altText: 'VS Code Settings', path: 'settings.svg'
|
|
|
+ type: 'svg', altText: '!!APP_NAME!! Settings', path: 'settings.svg'
|
|
|
},
|
|
|
-@@ -314,24 +258,5 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -316,24 +261,5 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.commandPalette.title', "Unlock productivity with the Command Palette "),
|
|
|
- description: localize('gettingStarted.commandPalette.description.interpolated', "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
|
|
|
+ description: localize('gettingStarted.commandPalette.description.interpolated', "Run commands without reaching for your mouse to accomplish any task in !!APP_NAME!!.\n{0}", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
|
|
@@ -1194,24 +1189,24 @@ index 949cea7..ccd635d 100644
|
|
|
- // }
|
|
|
- // },
|
|
|
{
|
|
|
-@@ -348,4 +273,4 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -350,4 +276,4 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.videoTutorial.title', "Watch video tutorials"),
|
|
|
- description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for VS Code's key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')),
|
|
|
- media: { type: 'svg', altText: 'VS Code Settings', path: 'learn.svg' },
|
|
|
+ description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for !!APP_NAME!!'s key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')),
|
|
|
+ media: { type: 'svg', altText: '!!APP_NAME!! Settings', path: 'learn.svg' },
|
|
|
}
|
|
|
-@@ -357,3 +282,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -359,3 +285,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
id: 'SetupWeb',
|
|
|
- title: localize('gettingStarted.setupWeb.title', "Get Started with VS Code for the Web"),
|
|
|
+ title: localize('gettingStarted.setupWeb.title', "Get Started with !!APP_NAME!! for the Web"),
|
|
|
description: localize('gettingStarted.setupWeb.description', "Customize your editor, learn the basics, and start coding"),
|
|
|
-@@ -363,3 +288,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -365,3 +291,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
next: 'Beginner',
|
|
|
- walkthroughPageTitle: localize('gettingStarted.setupWeb.walkthroughPageTitle', 'Setup VS Code Web'),
|
|
|
+ walkthroughPageTitle: localize('gettingStarted.setupWeb.walkthroughPageTitle', 'Setup !!APP_NAME!! Web'),
|
|
|
content: {
|
|
|
-@@ -389,6 +314,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -391,6 +317,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.extensions.title', "Code with extensions"),
|
|
|
- description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are VS Code's power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopularWeb', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
|
|
|
+ description: localize('gettingStarted.extensionsWeb.description.interpolated', "Extensions are !!APP_NAME!!'s power-ups. A growing number are becoming available in the web.\n{0}", Button(localize('browsePopularWeb', "Browse Popular Web Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
|
|
@@ -1220,7 +1215,7 @@ index 949cea7..ccd635d 100644
|
|
|
- type: 'svg', altText: 'VS Code extension marketplace with featured language extensions', path: 'extensions-web.svg'
|
|
|
+ type: 'svg', altText: '!!APP_NAME!! extension marketplace with featured language extensions', path: 'extensions-web.svg'
|
|
|
},
|
|
|
-@@ -404,12 +329,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -406,12 +332,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
},
|
|
|
- {
|
|
|
- id: 'settingsSyncWeb',
|
|
@@ -1233,32 +1228,32 @@ index 949cea7..ccd635d 100644
|
|
|
- },
|
|
|
- },
|
|
|
{
|
|
|
-@@ -417,3 +332,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -419,3 +335,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.commandPalette.title', "Unlock productivity with the Command Palette "),
|
|
|
- description: localize('gettingStarted.commandPalette.description.interpolated', "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
|
|
|
+ description: localize('gettingStarted.commandPalette.description.interpolated', "Run commands without reaching for your mouse to accomplish any task in !!APP_NAME!!.\n{0}", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
|
|
|
media: { type: 'svg', altText: 'Command Palette overlay for searching and executing commands.', path: 'commandPalette.svg' },
|
|
|
-@@ -423,3 +338,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -425,3 +341,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.setup.OpenFolder.title', "Open up your code"),
|
|
|
- description: localize('gettingStarted.setup.OpenFolderWeb.description.interpolated', "You're all set to start coding. You can open a local project or a remote repository to get your files into VS Code.\n{0}\n{1}", Button(localize('openFolder', "Open Folder"), 'command:workbench.action.addRootFolder'), Button(localize('openRepository', "Open Repository"), 'command:remoteHub.openRepository')),
|
|
|
+ description: localize('gettingStarted.setup.OpenFolderWeb.description.interpolated', "You're all set to start coding. You can open a local project or a remote repository to get your files into !!APP_NAME!!.\n{0}\n{1}", Button(localize('openFolder', "Open Folder"), 'command:workbench.action.addRootFolder'), Button(localize('openRepository', "Open Repository"), 'command:remoteHub.openRepository')),
|
|
|
when: 'workspaceFolderCount == 0',
|
|
|
-@@ -444,3 +359,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -446,3 +362,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.setupAccessibility.title', "Get Started with Accessibility Features"),
|
|
|
- description: localize('gettingStarted.setupAccessibility.description', "Learn the tools and shortcuts that make VS Code accessible. Note that some actions are not actionable from within the context of the walkthrough."),
|
|
|
+ description: localize('gettingStarted.setupAccessibility.description', "Learn the tools and shortcuts that make !!APP_NAME!! accessible. Note that some actions are not actionable from within the context of the walkthrough."),
|
|
|
isFeatured: true,
|
|
|
-@@ -449,3 +364,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -451,3 +367,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
next: 'Setup',
|
|
|
- walkthroughPageTitle: localize('gettingStarted.setupAccessibility.walkthroughPageTitle', 'Setup VS Code Accessibility'),
|
|
|
+ walkthroughPageTitle: localize('gettingStarted.setupAccessibility.walkthroughPageTitle', 'Setup !!APP_NAME!! Accessibility'),
|
|
|
content: {
|
|
|
-@@ -480,3 +395,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -482,3 +398,3 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.commandPaletteAccessibility.title', "Unlock productivity with the Command Palette "),
|
|
|
- description: localize('gettingStarted.commandPaletteAccessibility.description.interpolated', "Run commands without reaching for your mouse to accomplish any task in VS Code.\n{0}", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
|
|
|
+ description: localize('gettingStarted.commandPaletteAccessibility.description.interpolated', "Run commands without reaching for your mouse to accomplish any task in !!APP_NAME!!.\n{0}", Button(localize('commandPalette', "Open Command Palette"), 'command:workbench.action.showCommands')),
|
|
|
media: { type: 'markdown', path: 'empty' },
|
|
|
-@@ -553,6 +468,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -555,6 +471,6 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
title: localize('gettingStarted.extensions.title', "Code with extensions"),
|
|
|
- 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('browsePopular', "Browse Popular Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
|
|
|
+ description: localize('gettingStarted.extensions.description.interpolated', "Extensions are !!APP_NAME!!'s power-ups. They range from handy productivity hacks, expanding out-of-the-box features, to adding completely new capabilities.\n{0}", Button(localize('browsePopular', "Browse Popular Extensions"), 'command:workbench.extensions.action.showPopularExtensions')),
|
|
@@ -1267,7 +1262,7 @@ index 949cea7..ccd635d 100644
|
|
|
- type: 'svg', altText: 'VS Code extension marketplace with featured language extensions', path: 'extensions.svg'
|
|
|
+ type: 'svg', altText: '!!APP_NAME!! extension marketplace with featured language extensions', path: 'extensions.svg'
|
|
|
},
|
|
|
-@@ -670,75 +585,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
+@@ -672,75 +588,2 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
|
|
|
},
|
|
|
- {
|
|
|
- id: `${NEW_WELCOME_EXPERIENCE}`,
|
|
@@ -1290,18 +1285,18 @@ index 949cea7..ccd635d 100644
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'copilotSetup.inline',
|
|
|
-- title: localize('gettingStarted.nes.title', "Next Edit Suggestions"),
|
|
|
+- title: localize('gettingStarted.nes.title', "Next edit suggestions"),
|
|
|
- description: localize('gettingStarted.nes.description', "Get code suggestions that predict your next edit."),
|
|
|
- media: {
|
|
|
-- type: 'svg', altText: 'Next Edit Suggestions', path: 'ai-powered-suggestions.svg'
|
|
|
+- type: 'svg', altText: 'Next edit suggestions', path: 'ai-powered-suggestions.svg'
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- id: 'copilotSetup.customize',
|
|
|
- title: localize('gettingStarted.customize.title', "Personalized to how you work"),
|
|
|
-- description: localize('gettingStarted.customize.description', "Swap models, add agent mode tools, and create personalized instructions.\n{0}", Button(localize('signUp', "Set up AI"), 'command:workbench.action.chat.triggerSetup')),
|
|
|
+- description: localize('gettingStarted.customize.description', "Swap models, add agent mode tools, and create personalized instructions.\n{0}", Button(localize('signUp', "Set up AI"), 'command:workbench.action.chat.triggerSetupWithoutDialog')),
|
|
|
- media: {
|
|
|
-- type: 'svg', altText: 'Personalize', path: 'multi-file-edits.svg'
|
|
|
+- type: 'svg', altText: 'Personalize', path: 'customize-ai.svg'
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
@@ -1382,29 +1377,29 @@ index c512b64..dfa2150 100644
|
|
|
+ markdownDescription: localize('workspace.trust.emptyWindow.description', "Controls whether or not the empty window is trusted by default within !!APP_NAME!!. When used with `#{0}#`, you can enable the full functionality of !!APP_NAME!! without prompting in an empty window.", WORKSPACE_TRUST_UNTRUSTED_FILES),
|
|
|
tags: [WORKSPACE_TRUST_SETTING_TAG],
|
|
|
diff --git a/src/vs/workbench/electron-sandbox/desktop.contribution.ts b/src/vs/workbench/electron-sandbox/desktop.contribution.ts
|
|
|
-index 88e0091..ec657a1 100644
|
|
|
+index 2d01ada..a8ef64d 100644
|
|
|
--- a/src/vs/workbench/electron-sandbox/desktop.contribution.ts
|
|
|
+++ b/src/vs/workbench/electron-sandbox/desktop.contribution.ts
|
|
|
-@@ -364,3 +364,3 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
|
|
|
+@@ -385,3 +385,3 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
|
|
|
allowTrailingCommas: true,
|
|
|
- description: 'VSCode static command line definition file',
|
|
|
+ description: '!!APP_NAME!! static command line definition file',
|
|
|
type: 'object',
|
|
|
-@@ -409,3 +409,3 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
|
|
|
+@@ -430,3 +430,3 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
|
|
|
type: 'boolean',
|
|
|
- description: localize('argv.disableChromiumSandbox', "Disables the Chromium sandbox. This is useful when running VS Code as elevated on Linux and running under Applocker on Windows.")
|
|
|
+ description: localize('argv.disableChromiumSandbox', "Disables the Chromium sandbox. This is useful when running !!APP_NAME!! as elevated on Linux and running under Applocker on Windows.")
|
|
|
},
|
|
|
-@@ -413,3 +413,3 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
|
|
|
+@@ -434,3 +434,3 @@ import { registerWorkbenchContribution2, WorkbenchPhase } from '../common/contri
|
|
|
type: 'boolean',
|
|
|
- description: localize('argv.useInMemorySecretStorage', "Ensures that an in-memory store will be used for secret storage instead of using the OS's credential store. This is often used when running VS Code extension tests or when you're experiencing difficulties with the credential store.")
|
|
|
+ description: localize('argv.useInMemorySecretStorage', "Ensures that an in-memory store will be used for secret storage instead of using the OS's credential store. This is often used when running !!APP_NAME!! extension tests or when you're experiencing difficulties with the credential store.")
|
|
|
}
|
|
|
diff --git a/src/vs/workbench/services/extensionManagement/common/extensionManagementService.ts b/src/vs/workbench/services/extensionManagement/common/extensionManagementService.ts
|
|
|
-index edfe3a2..71a206f 100644
|
|
|
+index e6805ca..f61cecc 100644
|
|
|
--- a/src/vs/workbench/services/extensionManagement/common/extensionManagementService.ts
|
|
|
+++ b/src/vs/workbench/services/extensionManagement/common/extensionManagementService.ts
|
|
|
-@@ -1045,3 +1045,3 @@ export class ExtensionManagementService extends CommontExtensionManagementServic
|
|
|
+@@ -1044,3 +1044,3 @@ export class ExtensionManagementService extends CommontExtensionManagementServic
|
|
|
|
|
|
- const productName = localize('VS Code for Web', "{0} for the Web", this.productService.nameLong);
|
|
|
+ const productName = localize('!!APP_NAME!! for Web', "{0} for the Web", this.productService.nameLong);
|
|
@@ -1468,7 +1463,7 @@ index 859b976..06386e0 100644
|
|
|
+ description: nls.localize('vscode.extension.scripts.uninstall', 'Uninstall hook for !!APP_NAME!! extension. Script that gets executed when the extension is completely uninstalled from !!APP_NAME!! which is when !!APP_NAME!! is restarted (shutdown and start) after the extension is uninstalled. Only Node scripts are supported.'),
|
|
|
type: 'string'
|
|
|
diff --git a/src/vs/workbench/services/extensions/electron-sandbox/nativeExtensionService.ts b/src/vs/workbench/services/extensions/electron-sandbox/nativeExtensionService.ts
|
|
|
-index d38ab6b..2469194 100644
|
|
|
+index 0506fdc..cb3c491 100644
|
|
|
--- a/src/vs/workbench/services/extensions/electron-sandbox/nativeExtensionService.ts
|
|
|
+++ b/src/vs/workbench/services/extensions/electron-sandbox/nativeExtensionService.ts
|
|
|
@@ -167,3 +167,3 @@ export class NativeExtensionService extends AbstractExtensionService implements
|