forked from microsoft/aspire
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
86 lines (86 loc) · 7.03 KB
/
Copy pathpackage.nls.json
File metadata and controls
86 lines (86 loc) · 7.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"extension.title": "Aspire VSCode",
"extension.description": "Official Aspire extension for Visual Studio Code",
"extension.debug.program": "Path to the apphost to run",
"extension.debug.debuggers": "Configuration to apply when launching resources of specific types",
"extension.debug.defaultConfiguration.name": "Aspire: Launch default apphost",
"extension.debug.defaultConfiguration.description": "Launch the effective Aspire apphost in your workspace",
"command.add": "Add an integration",
"command.new": "New Aspire project",
"command.init": "Initialize Aspire",
"command.publish": "Publish deployment artifacts",
"command.update": "Update integrations",
"command.openTerminal": "Open Aspire terminal",
"command.config": "Manage configuration settings",
"command.deploy": "Deploy app",
"command.configureLaunchJson": "Configure launch.json file",
"command.settings": "Extension settings",
"configuration.aspire.enableSettingsFileCreationPromptOnStartup": "Enable apphost discovery on extension activation and prompt to setup .aspire/settings.json.appHostPath if it does not exist in the workspace.",
"configuration.aspire.aspireCliExecutablePath": "The path to the Aspire CLI executable. If not set, the extension will attempt to use 'aspire' from the system PATH.",
"configuration.aspire.enableAspireCliDebugLogging": "Enable console debug logging for Aspire CLI commands executed by the extension.",
"configuration.aspire.enableAspireDcpDebugLogging": "Enable Developer Control Plane (DCP) debug logging for Aspire applications. Logs will be stored in the workspace's .aspire/dcp/logs-{debugSessionId} folder.",
"command.runAppHost": "Run Aspire apphost",
"command.debugAppHost": "Debug Aspire apphost",
"aspire-vscode.strings.noCsprojFound": "No apphost found in the current workspace.",
"aspire-vscode.strings.error": "Error: {0}",
"aspire-vscode.strings.yes": "Yes",
"aspire-vscode.strings.no": "No",
"aspire-vscode.strings.directUrl": "Direct: {0}",
"aspire-vscode.strings.codespacesUrl": "Codespaces: {0}",
"aspire-vscode.strings.directLink": "Open local URL",
"aspire-vscode.strings.codespacesLink": "Open codespaces URL",
"aspire-vscode.strings.openAspireDashboard": "Launch Aspire Dashboard",
"aspire-vscode.strings.addressError": "Failed to get RPC server address. The extension may not function correctly.",
"aspire-vscode.strings.noWorkspaceOpen": "No workspace is open. Please open a folder or workspace before running this command.",
"aspire-vscode.strings.failedToShowPromptEmpty": "Failed to show prompt, text was empty.",
"aspire-vscode.strings.incompatibleAppHostError": "The apphost is not compatible. Consider upgrading the apphost or Aspire CLI.",
"aspire-vscode.strings.aspireHostingSdkVersion": "Aspire Hosting SDK Version: {0}.",
"aspire-vscode.strings.aspireCliVersion": "Aspire CLI Version: {0}.",
"aspire-vscode.strings.requiredCapability": "Required capability: {0}.",
"aspire-vscode.strings.aspireTerminalName": "Aspire terminal",
"aspire-vscode.strings.rpcServerError": "RPC server error: {0}.",
"aspire-vscode.strings.aspireOutputChannelName": "Aspire Extension",
"aspire-vscode.strings.fieldRequired": "This field is required.",
"aspire-vscode.strings.runProject": "Run {0}",
"aspire-vscode.strings.debugProject": "Debug {0}",
"aspire-vscode.strings.watchProject": "Watch {0} ({1})",
"aspire-vscode.strings.noCsharpBuildTask": "No C# Dev Kit build task found.",
"aspire-vscode.strings.noWatchTask": "No watch task found. Please ensure a watch task is defined in your workspace.",
"aspire-vscode.strings.buildFailedWithExitCode": "Build failed with exit code {0}.",
"aspire-vscode.strings.noOutputFromMsbuild": "No output from msbuild.",
"aspire-vscode.strings.failedToGetTargetPath": "Failed to get TargetPath: {0}.",
"aspire-vscode.strings.unsupportedResourceType": "Attempted to start unsupported resource type: {0}.",
"aspire-vscode.strings.rpcServerNotInitialized": "RPC server is not initialized.",
"aspire-vscode.strings.extensionContextNotInitialized": "Extension context is not initialized.",
"aspire-vscode.strings.errorRetrievingAppHosts": "Error retrieving apphosts in the current workspace. Debug options may be incomplete.",
"aspire-vscode.strings.launchingWithDirectory": "Launching Aspire debug session using directory {0}: attempting to determine effective apphost...",
"aspire-vscode.strings.launchingWithAppHost": "Launching Aspire debug session for apphost {0}...",
"aspire-vscode.strings.disconnectingFromSession": "Disconnecting from Aspire debug session... Child processes will be stopped.",
"aspire-vscode.strings.processExitedWithCode": "Process exited with code {0}.",
"aspire-vscode.strings.failedToStartPythonProgram": "Failed to start Python program: {0}.",
"aspire-vscode.strings.csharpSupportNotEnabled": "C# support is not enabled in this workspace. This project should have started through the Aspire CLI.",
"aspire-vscode.strings.failedToStartProject": "Failed to start project: {0}.",
"aspire-vscode.strings.dcpServerNotInitialized": "DCP server not initialized - cannot forward debug output.",
"aspire-vscode.strings.invalidTokenProvided": "Invalid token provided.",
"aspire-vscode.strings.noWorkspaceFolder": "No workspace folder found.",
"aspire-vscode.strings.aspireConfigExists": "Aspire launch configuration already exists in launch.json.",
"aspire-vscode.strings.failedToConfigureLaunchJson": "Failed to configure launch.json: {0}.",
"aspire-vscode.strings.debugSessionAlreadyExists": "A debug session is already active for id {0}.",
"aspire-vscode.strings.processExceptionOccurred": "Encountered an exception ({0}) while running the following command: {1}.",
"aspire-vscode.strings.failedToStartDebugSession": "Failed to start debug session.",
"aspire-vscode.strings.selectDefaultLaunchApphost": "Select the default apphost to launch when starting an Aspire debug session",
"aspire-vscode.strings.doYouWantToSetDefaultApphost": "Do you want to set {0} as the default apphost for this workspace?",
"aspire-vscode.strings.doYouWantToSelectDefaultApphost": "Do you want to select the default apphost for this workspace?",
"aspire-vscode.strings.dontShowAgainLabel": "Don't show again",
"aspire-vscode.strings.yesLabel": "Yes",
"aspire-vscode.strings.noLabel": "No",
"aspire-vscode.strings.invalidLaunchConfiguration": "Invalid launch configuration for {0}.",
"aspire-vscode.strings.noAppHostInWorkspace": "No apphost found in the Aspire settings file.",
"aspire-vscode.strings.dashboard": "Dashboard",
"aspire-vscode.strings.codespaces": "Codespaces",
"aspire-vscode.strings.encounteredErrorStartingResource": "Encountered an error starting resource: {0}.",
"aspire-vscode.strings.invalidOrMissingToken": "Invalid or missing token in Authorization header.",
"aspire-vscode.strings.invalidTokenLength": "Invalid token length in Authorization header.",
"aspire-vscode.strings.authorizationHeaderMustStartWithBearer": "Authorization header must start with 'Bearer '.",
"aspire-vscode.strings.authorizationAndDcpHeadersRequired": "Authorization and Microsoft-Developer-DCP-Instance-ID headers are required."
}