@codingame/monaco-vscode-api 23.0.4 → 23.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/services.d.ts +1 -1
- package/services.js +3 -4
- package/vscode/src/vs/base/browser/dom.d.ts +6 -0
- package/vscode/src/vs/base/browser/dom.js +12 -3
- package/vscode/src/vs/platform/languagePacks/common/languagePacks.service.d.ts +1 -1
- package/vscode/src/vs/platform/policy/common/policy.js +27 -4
- package/vscode/src/vs/platform/product/common/product.js +1 -1
- package/vscode/src/vs/workbench/common/configuration.js +9 -9
- package/vscode/src/vs/workbench/common/contextkeys.js +73 -73
- package/vscode/src/vs/workbench/common/editor/diffEditorInput.js +1 -1
- package/vscode/src/vs/workbench/common/editor/sideBySideEditorInput.js +1 -1
- package/vscode/src/vs/workbench/common/editor/textEditorModel.js +1 -1
- package/vscode/src/vs/workbench/common/editor.d.ts +1 -1
- package/vscode/src/vs/workbench/common/editor.js +4 -4
- package/vscode/src/vs/workbench/common/theme.js +160 -160
- package/vscode/src/vs/workbench/common/views.js +4 -4
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibilityConfiguration.js +159 -159
- package/vscode/src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/browser/chatContextPickService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorContextKeys.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/common/chatContextKeys.js +50 -50
- package/vscode/src/vs/workbench/contrib/chat/common/chatEditingService.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatVariableEntries.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/languageModelToolsService.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/languageModels.js +8 -8
- package/vscode/src/vs/workbench/contrib/chat/common/modelPicker/modelPickerWidget.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/common/tools/manageTodoListTool.js +11 -11
- package/vscode/src/vs/workbench/contrib/chat/common/tools/runSubagentTool.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeActions/browser/codeActionsContribution.js +13 -13
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/dictation/editorDictation.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorAccessibilityHelp.js +5 -5
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/diffEditorHelper.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/largeFileOptimizations.js +3 -3
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/saveParticipants.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMinimap.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleMultiCursorModifier.js +4 -4
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderControlCharacter.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleRenderWhitespace.js +2 -2
- package/vscode/src/vs/workbench/contrib/codeEditor/browser/toggleWordWrap.js +5 -5
- package/vscode/src/vs/workbench/contrib/comments/browser/commentsAccessibility.js +12 -12
- package/vscode/src/vs/workbench/contrib/comments/common/commentContextKeys.js +11 -11
- package/vscode/src/vs/workbench/contrib/debug/common/abstractDebugAdapter.js +1 -1
- package/vscode/src/vs/workbench/contrib/debug/common/debug.js +65 -65
- package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/commands.js +2 -2
- package/vscode/src/vs/workbench/contrib/dropOrPasteInto/browser/configurationSchema.js +4 -4
- package/vscode/src/vs/workbench/contrib/extensions/common/extensions.js +1 -1
- package/vscode/src/vs/workbench/contrib/extensions/common/searchExtensionsTool.js +4 -4
- package/vscode/src/vs/workbench/contrib/files/browser/fileConstants.js +6 -6
- package/vscode/src/vs/workbench/contrib/files/browser/files.service.d.ts +2 -2
- package/vscode/src/vs/workbench/contrib/folding/browser/folding.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsMultiple.js +20 -20
- package/vscode/src/vs/workbench/contrib/format/browser/formatActionsNone.js +4 -4
- package/vscode/src/vs/workbench/contrib/format/browser/formatModified.js +1 -1
- package/vscode/src/vs/workbench/contrib/inlayHints/browser/inlayHintsAccessibilty.js +4 -4
- package/vscode/src/vs/workbench/contrib/list/browser/listResizeColumnAction.js +2 -2
- package/vscode/src/vs/workbench/contrib/list/browser/tableColumnResizeQuickPick.js +5 -5
- package/vscode/src/vs/workbench/contrib/mcp/common/mcpTypes.js +4 -4
- package/vscode/src/vs/workbench/contrib/notebook/common/notebookCommon.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetCompletionProvider.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsFile.js +3 -3
- package/vscode/src/vs/workbench/contrib/snippets/browser/snippetsService.js +9 -9
- package/vscode/src/vs/workbench/contrib/speech/common/speechService.js +29 -29
- package/vscode/src/vs/workbench/contrib/tasks/common/constants.js +1 -1
- package/vscode/src/vs/workbench/contrib/tasks/common/taskDefinitionRegistry.js +5 -5
- package/vscode/src/vs/workbench/contrib/tasks/common/tasks.js +4 -4
- package/vscode/src/vs/workbench/contrib/testing/common/constants.js +11 -11
- package/vscode/src/vs/workbench/contrib/testing/common/testTypes.js +3 -3
- package/vscode/src/vs/workbench/contrib/webview/browser/webview.service.d.ts +1 -1
- package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/accounts/common/defaultAccount.js +1 -1
- package/vscode/src/vs/workbench/services/chat/common/chatEntitlementService.js +9 -9
- package/vscode/src/vs/workbench/services/configurationResolver/common/variableResolver.js +16 -16
- package/vscode/src/vs/workbench/services/editor/common/editorGroupsService.d.ts +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorResolverService.js +1 -1
- package/vscode/src/vs/workbench/services/editor/common/editorService.d.ts +1 -1
- package/vscode/src/vs/workbench/services/extensions/common/extensionsRegistry.js +87 -87
- package/vscode/src/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/host/browser/host.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/language/common/languageService.js +28 -28
- package/vscode/src/vs/workbench/services/localization/common/locale.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/log/common/logConstants.js +1 -1
- package/vscode/src/vs/workbench/services/outline/browser/outline.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/remote/common/remoteExplorerService.js +8 -8
- package/vscode/src/vs/workbench/services/remote/common/tunnelModel.js +6 -6
- package/vscode/src/vs/workbench/services/search/common/queryBuilder.js +1 -1
- package/vscode/src/vs/workbench/services/textfile/common/textfiles.d.ts +1 -1
- package/vscode/src/vs/workbench/services/themes/common/colorExtensionPoint.js +22 -22
- package/vscode/src/vs/workbench/services/themes/common/iconExtensionPoint.js +13 -13
- package/vscode/src/vs/workbench/services/userDataSync/common/userDataSync.js +13 -13
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyBackup.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyEditorService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyFileService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/services/workingCopy/common/workingCopyService.service.d.ts +1 -1
- package/vscode/src/vs/workbench/browser/actions/textInputActions.d.ts +0 -19
- package/vscode/src/vs/workbench/browser/actions/textInputActions.js +0 -95
|
@@ -27,19 +27,19 @@ var TestExplorerViewSorting;
|
|
|
27
27
|
TestExplorerViewSorting["ByDuration"] = "duration";
|
|
28
28
|
})(TestExplorerViewSorting || (TestExplorerViewSorting = {}));
|
|
29
29
|
const testStateNames = {
|
|
30
|
-
[TestResultState.Errored]: ( localize(
|
|
31
|
-
[TestResultState.Failed]: ( localize(
|
|
32
|
-
[TestResultState.Passed]: ( localize(
|
|
33
|
-
[TestResultState.Queued]: ( localize(
|
|
34
|
-
[TestResultState.Running]: ( localize(
|
|
35
|
-
[TestResultState.Skipped]: ( localize(
|
|
36
|
-
[TestResultState.Unset]: ( localize(
|
|
30
|
+
[TestResultState.Errored]: ( localize(12516, 'Errored')),
|
|
31
|
+
[TestResultState.Failed]: ( localize(12517, 'Failed')),
|
|
32
|
+
[TestResultState.Passed]: ( localize(12518, 'Passed')),
|
|
33
|
+
[TestResultState.Queued]: ( localize(12519, 'Queued')),
|
|
34
|
+
[TestResultState.Running]: ( localize(12520, 'Running')),
|
|
35
|
+
[TestResultState.Skipped]: ( localize(12521, 'Skipped')),
|
|
36
|
+
[TestResultState.Unset]: ( localize(12522, 'Not yet run')),
|
|
37
37
|
};
|
|
38
|
-
const labelForTestInState = (label, state) => ( localize(
|
|
38
|
+
const labelForTestInState = (label, state) => ( localize(12523, '{0} ({1})', stripIcons(label), testStateNames[state]));
|
|
39
39
|
const testConfigurationGroupNames = {
|
|
40
|
-
[TestRunProfileBitset.Debug]: ( localize(
|
|
41
|
-
[TestRunProfileBitset.Run]: ( localize(
|
|
42
|
-
[TestRunProfileBitset.Coverage]: ( localize(
|
|
40
|
+
[TestRunProfileBitset.Debug]: ( localize(12524, 'Debug')),
|
|
41
|
+
[TestRunProfileBitset.Run]: ( localize(12525, 'Run')),
|
|
42
|
+
[TestRunProfileBitset.Coverage]: ( localize(12526, 'Coverage')),
|
|
43
43
|
};
|
|
44
44
|
var TestCommandId;
|
|
45
45
|
(function (TestCommandId) {
|
|
@@ -46,9 +46,9 @@ var TestRunProfileBitset;
|
|
|
46
46
|
TestRunProfileBitset[TestRunProfileBitset["SupportsContinuousRun"] = 64] = "SupportsContinuousRun";
|
|
47
47
|
})(TestRunProfileBitset || (TestRunProfileBitset = {}));
|
|
48
48
|
const testProfileBitset = {
|
|
49
|
-
[TestRunProfileBitset.Run]: ( localize(
|
|
50
|
-
[TestRunProfileBitset.Debug]: ( localize(
|
|
51
|
-
[TestRunProfileBitset.Coverage]: ( localize(
|
|
49
|
+
[TestRunProfileBitset.Run]: ( localize(12531, 'Run')),
|
|
50
|
+
[TestRunProfileBitset.Debug]: ( localize(12532, 'Debug')),
|
|
51
|
+
[TestRunProfileBitset.Coverage]: ( localize(12533, 'Coverage')),
|
|
52
52
|
};
|
|
53
53
|
const testRunProfileBitsetList = [
|
|
54
54
|
TestRunProfileBitset.Run,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Event } from "../../../../base/common/event.js";
|
|
2
|
-
import { IWebview, WebviewInitInfo, IWebviewElement, IOverlayWebview } from "@codingame/monaco-vscode-
|
|
2
|
+
import { IWebview, WebviewInitInfo, IWebviewElement, IOverlayWebview } from "@codingame/monaco-vscode-08fd81c0-7fd8-5f7c-9776-f918dd532714-common/vscode/vs/workbench/contrib/webview/browser/webview";
|
|
3
3
|
export declare const IWebviewService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWebviewService>;
|
|
4
4
|
export interface IWebviewService {
|
|
5
5
|
readonly _serviceBrand: undefined;
|
package/vscode/src/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService.service.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { IDisposable } from "../../../../base/common/lifecycle.js";
|
|
|
4
4
|
import { GroupIdentifier } from "../../../common/editor.js";
|
|
5
5
|
import { IEditorGroup } from "../../../services/editor/common/editorGroupsService.js";
|
|
6
6
|
import { ACTIVE_GROUP_TYPE, SIDE_GROUP_TYPE } from "../../../services/editor/common/editorService.js";
|
|
7
|
-
import { WebviewInitInfo } from "@codingame/monaco-vscode-
|
|
7
|
+
import { WebviewInitInfo } from "@codingame/monaco-vscode-08fd81c0-7fd8-5f7c-9776-f918dd532714-common/vscode/vs/workbench/contrib/webview/browser/webview";
|
|
8
8
|
import { WebviewInput, WebviewIcons } from "@codingame/monaco-vscode-4db3f2fb-d745-58fe-9e0e-eb67152ab711-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewEditorInput";
|
|
9
9
|
import { IWebViewShowOptions, WebviewResolver } from "@codingame/monaco-vscode-7f39b6f1-3542-5430-8760-0f404d7a7cee-common/vscode/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService";
|
|
10
10
|
export declare const IWebviewWorkbenchService: import("../../../../platform/instantiation/common/instantiation.js").ServiceIdentifier<IWebviewWorkbenchService>;
|
|
@@ -633,7 +633,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
|
|
|
633
633
|
};
|
|
634
634
|
const response = await this.request(defaultChat.entitlementSignupLimitedUrl, 'POST', body, sessions, CancellationToken.None);
|
|
635
635
|
if (!response) {
|
|
636
|
-
const retry = await this.onUnknownSignUpError(( localize(
|
|
636
|
+
const retry = await this.onUnknownSignUpError(( localize(13549, "No response received.")), '[chat entitlement] sign-up: no response');
|
|
637
637
|
return retry ? this.signUpFree(sessions) : { errorCode: 1 };
|
|
638
638
|
}
|
|
639
639
|
if (response.res.statusCode && response.res.statusCode !== 200) {
|
|
@@ -651,7 +651,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
|
|
|
651
651
|
catch (error) {
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
|
-
const retry = await this.onUnknownSignUpError(( localize(
|
|
654
|
+
const retry = await this.onUnknownSignUpError(( localize(13550, "Unexpected status code {0}.", response.res.statusCode)), `[chat entitlement] sign-up: unexpected status code ${response.res.statusCode}`);
|
|
655
655
|
return retry ? this.signUpFree(sessions) : { errorCode: response.res.statusCode };
|
|
656
656
|
}
|
|
657
657
|
let responseText = null;
|
|
@@ -661,7 +661,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
|
|
|
661
661
|
catch (error) {
|
|
662
662
|
}
|
|
663
663
|
if (!responseText) {
|
|
664
|
-
const retry = await this.onUnknownSignUpError(( localize(
|
|
664
|
+
const retry = await this.onUnknownSignUpError(( localize(13551, "Response has no contents.")), '[chat entitlement] sign-up: response has no content');
|
|
665
665
|
return retry ? this.signUpFree(sessions) : { errorCode: 2 };
|
|
666
666
|
}
|
|
667
667
|
let parsedResult = undefined;
|
|
@@ -670,7 +670,7 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
|
|
|
670
670
|
this.logService.trace(`[chat entitlement] sign-up: response is ${responseText}`);
|
|
671
671
|
}
|
|
672
672
|
catch (err) {
|
|
673
|
-
const retry = await this.onUnknownSignUpError(( localize(
|
|
673
|
+
const retry = await this.onUnknownSignUpError(( localize(13552, "Invalid response contents.")), `[chat entitlement] sign-up: error parsing response (${err})`);
|
|
674
674
|
return retry ? this.signUpFree(sessions) : { errorCode: 3 };
|
|
675
675
|
}
|
|
676
676
|
this.update({ entitlement: ChatEntitlement.Free });
|
|
@@ -682,11 +682,11 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
|
|
|
682
682
|
const { confirmed } = await this.dialogService.confirm({
|
|
683
683
|
type: Severity$1.Error,
|
|
684
684
|
message: ( localize(
|
|
685
|
-
|
|
685
|
+
13553,
|
|
686
686
|
"An error occurred while signing up for the GitHub Copilot Free plan. Would you like to try again?"
|
|
687
687
|
)),
|
|
688
688
|
detail,
|
|
689
|
-
primaryButton: ( localize(
|
|
689
|
+
primaryButton: ( localize(13554, "Retry"))
|
|
690
690
|
});
|
|
691
691
|
return confirmed;
|
|
692
692
|
}
|
|
@@ -698,17 +698,17 @@ let ChatEntitlementRequests = ChatEntitlementRequests_1 = class ChatEntitlementR
|
|
|
698
698
|
this.dialogService.prompt({
|
|
699
699
|
type: Severity$1.Error,
|
|
700
700
|
message: ( localize(
|
|
701
|
-
|
|
701
|
+
13555,
|
|
702
702
|
"An error occurred while signing up for the GitHub Copilot Free plan."
|
|
703
703
|
)),
|
|
704
704
|
detail: logDetails,
|
|
705
705
|
buttons: [
|
|
706
706
|
{
|
|
707
|
-
label: ( localize(
|
|
707
|
+
label: ( localize(13556, "OK")),
|
|
708
708
|
run: () => { }
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
|
-
label: ( localize(
|
|
711
|
+
label: ( localize(13557, "Learn More")),
|
|
712
712
|
run: () => this.openerService.open(( URI.parse(defaultChat.upgradePlanUrl)))
|
|
713
713
|
}
|
|
714
714
|
]
|
|
@@ -81,7 +81,7 @@ class AbstractVariableResolverService {
|
|
|
81
81
|
return normalizeDriveLetter(filePath);
|
|
82
82
|
}
|
|
83
83
|
throw ( new VariableError(variableKind, ( localize(
|
|
84
|
-
|
|
84
|
+
13625,
|
|
85
85
|
"Variable {0} can not be resolved. Please open an editor.",
|
|
86
86
|
replacement.id
|
|
87
87
|
))));
|
|
@@ -95,7 +95,7 @@ class AbstractVariableResolverService {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
throw ( new VariableError(variableKind, ( localize(
|
|
98
|
-
|
|
98
|
+
13626,
|
|
99
99
|
"Variable {0}: can not find workspace folder of '{1}'.",
|
|
100
100
|
replacement.id,
|
|
101
101
|
basename(filePath)
|
|
@@ -108,7 +108,7 @@ class AbstractVariableResolverService {
|
|
|
108
108
|
return folder;
|
|
109
109
|
}
|
|
110
110
|
throw ( new VariableError(variableKind, ( localize(
|
|
111
|
-
|
|
111
|
+
13627,
|
|
112
112
|
"Variable {0} can not be resolved. No such folder '{1}'.",
|
|
113
113
|
variableKind,
|
|
114
114
|
argument
|
|
@@ -119,13 +119,13 @@ class AbstractVariableResolverService {
|
|
|
119
119
|
}
|
|
120
120
|
if (this._context.getWorkspaceFolderCount() > 1) {
|
|
121
121
|
throw ( new VariableError(variableKind, ( localize(
|
|
122
|
-
|
|
122
|
+
13628,
|
|
123
123
|
"Variable {0} can not be resolved in a multi folder workspace. Scope this variable using ':' and a workspace folder name.",
|
|
124
124
|
variableKind
|
|
125
125
|
))));
|
|
126
126
|
}
|
|
127
127
|
throw ( new VariableError(variableKind, ( localize(
|
|
128
|
-
|
|
128
|
+
13629,
|
|
129
129
|
"Variable {0} can not be resolved. Please open a folder.",
|
|
130
130
|
variableKind
|
|
131
131
|
))));
|
|
@@ -142,7 +142,7 @@ class AbstractVariableResolverService {
|
|
|
142
142
|
return '';
|
|
143
143
|
}
|
|
144
144
|
throw ( new VariableError(VariableKind.Env, ( localize(
|
|
145
|
-
|
|
145
|
+
13630,
|
|
146
146
|
"Variable {0} can not be resolved because no environment variable name is given.",
|
|
147
147
|
replacement.id
|
|
148
148
|
))));
|
|
@@ -151,7 +151,7 @@ class AbstractVariableResolverService {
|
|
|
151
151
|
const config = this._context.getConfigurationValue(folderUri, argument);
|
|
152
152
|
if (isUndefinedOrNull(config)) {
|
|
153
153
|
throw ( new VariableError(VariableKind.Config, ( localize(
|
|
154
|
-
|
|
154
|
+
13631,
|
|
155
155
|
"Variable {0} can not be resolved because setting '{1}' not found.",
|
|
156
156
|
replacement.id,
|
|
157
157
|
argument
|
|
@@ -159,7 +159,7 @@ class AbstractVariableResolverService {
|
|
|
159
159
|
}
|
|
160
160
|
if (isObject(config)) {
|
|
161
161
|
throw ( new VariableError(VariableKind.Config, ( localize(
|
|
162
|
-
|
|
162
|
+
13632,
|
|
163
163
|
"Variable {0} can not be resolved because '{1}' is a structured value.",
|
|
164
164
|
replacement.id,
|
|
165
165
|
argument
|
|
@@ -168,7 +168,7 @@ class AbstractVariableResolverService {
|
|
|
168
168
|
return config;
|
|
169
169
|
}
|
|
170
170
|
throw ( new VariableError(VariableKind.Config, ( localize(
|
|
171
|
-
|
|
171
|
+
13633,
|
|
172
172
|
"Variable {0} can not be resolved because no settings name is given.",
|
|
173
173
|
replacement.id
|
|
174
174
|
))));
|
|
@@ -181,7 +181,7 @@ class AbstractVariableResolverService {
|
|
|
181
181
|
const ext = await this._context.getExtension(argument);
|
|
182
182
|
if (!ext) {
|
|
183
183
|
throw ( new VariableError(VariableKind.ExtensionInstallFolder, ( localize(
|
|
184
|
-
|
|
184
|
+
13634,
|
|
185
185
|
"Variable {0} can not be resolved because the extension {1} is not installed.",
|
|
186
186
|
replacement.id,
|
|
187
187
|
argument
|
|
@@ -190,7 +190,7 @@ class AbstractVariableResolverService {
|
|
|
190
190
|
return this.fsPath(ext.extensionLocation);
|
|
191
191
|
}
|
|
192
192
|
throw ( new VariableError(VariableKind.ExtensionInstallFolder, ( localize(
|
|
193
|
-
|
|
193
|
+
13635,
|
|
194
194
|
"Variable {0} can not be resolved because no extension name is given.",
|
|
195
195
|
replacement.id
|
|
196
196
|
))));
|
|
@@ -218,7 +218,7 @@ class AbstractVariableResolverService {
|
|
|
218
218
|
return environment.userHome;
|
|
219
219
|
}
|
|
220
220
|
throw ( new VariableError(VariableKind.UserHome, ( localize(
|
|
221
|
-
|
|
221
|
+
13636,
|
|
222
222
|
"Variable {0} can not be resolved. UserHome path is not defined",
|
|
223
223
|
replacement.id
|
|
224
224
|
))));
|
|
@@ -228,7 +228,7 @@ class AbstractVariableResolverService {
|
|
|
228
228
|
return lineNumber;
|
|
229
229
|
}
|
|
230
230
|
throw ( new VariableError(VariableKind.LineNumber, ( localize(
|
|
231
|
-
|
|
231
|
+
13637,
|
|
232
232
|
"Variable {0} can not be resolved. Make sure to have a line selected in the active editor.",
|
|
233
233
|
replacement.id
|
|
234
234
|
))));
|
|
@@ -239,7 +239,7 @@ class AbstractVariableResolverService {
|
|
|
239
239
|
return columnNumber;
|
|
240
240
|
}
|
|
241
241
|
throw ( new Error(( localize(
|
|
242
|
-
|
|
242
|
+
13638,
|
|
243
243
|
"Variable {0} can not be resolved. Make sure to have a column selected in the active editor.",
|
|
244
244
|
replacement.id
|
|
245
245
|
))));
|
|
@@ -250,7 +250,7 @@ class AbstractVariableResolverService {
|
|
|
250
250
|
return selectedText;
|
|
251
251
|
}
|
|
252
252
|
throw ( new VariableError(VariableKind.SelectedText, ( localize(
|
|
253
|
-
|
|
253
|
+
13639,
|
|
254
254
|
"Variable {0} can not be resolved. Make sure to have some text selected in the active editor.",
|
|
255
255
|
replacement.id
|
|
256
256
|
))));
|
|
@@ -322,7 +322,7 @@ class AbstractVariableResolverService {
|
|
|
322
322
|
return v;
|
|
323
323
|
}
|
|
324
324
|
throw ( new VariableError(variableKind, ( localize(
|
|
325
|
-
|
|
325
|
+
13640,
|
|
326
326
|
"Variable {0} can not be resolved because the command has no value.",
|
|
327
327
|
match
|
|
328
328
|
))));
|
|
@@ -8,7 +8,7 @@ import { DisposableStore, IDisposable } from "../../../../base/common/lifecycle.
|
|
|
8
8
|
import { ContextKeyValue, RawContextKey } from "../../../../platform/contextkey/common/contextkey.js";
|
|
9
9
|
import { IContextKeyService } from "../../../../platform/contextkey/common/contextkey.service.js";
|
|
10
10
|
import { URI } from "../../../../base/common/uri.js";
|
|
11
|
-
import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-
|
|
11
|
+
import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-1f37b5fb-f500-54d2-b98a-d12d100cafca-common/vscode/vs/workbench/common/editor/editorGroupModel";
|
|
12
12
|
import { IMenuChangeEvent, MenuId } from "../../../../platform/actions/common/actions.js";
|
|
13
13
|
import { DeepPartial } from "../../../../base/common/types.js";
|
|
14
14
|
export declare enum GroupDirection {
|
|
@@ -16,7 +16,7 @@ const editorAssociationsConfigurationNode = {
|
|
|
16
16
|
'workbench.editorAssociations': {
|
|
17
17
|
type: 'object',
|
|
18
18
|
markdownDescription: ( localize(
|
|
19
|
-
|
|
19
|
+
13694,
|
|
20
20
|
"Configure [glob patterns](https://aka.ms/vscode-glob-patterns) to editors (for example `\"*.hex\": \"hexEditor.hexedit\"`). These have precedence over the default behavior."
|
|
21
21
|
)),
|
|
22
22
|
additionalProperties: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GroupIdentifier, ISaveOptions, IRevertOptions, IUntypedEditorInput } from "../../../common/editor.js";
|
|
2
2
|
import { EditorInput } from "../../../common/editor/editorInput.js";
|
|
3
3
|
import { IEditorGroup } from "./editorGroupsService.js";
|
|
4
|
-
import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-
|
|
4
|
+
import { IGroupModelChangeEvent } from "@codingame/monaco-vscode-1f37b5fb-f500-54d2-b98a-d12d100cafca-common/vscode/vs/workbench/common/editor/editorGroupModel";
|
|
5
5
|
/**
|
|
6
6
|
* Open an editor in the currently active group.
|
|
7
7
|
*/
|