-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
52 changed files
with
624 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/chs/src/debug/debugAdapterNamedPipeServerDescriptorFactory.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.", | ||
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\"" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.without.launch": "Debugging cmake script with default launch", | ||
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file", | ||
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.", | ||
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".", | ||
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".", | ||
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"run.script": "Executing CMake script: \"{0}\"", | ||
"run.script.successful": "CMake script: \"{0}\" completed successfully.", | ||
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.", | ||
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/cht/src/debug/debugAdapterNamedPipeServerDescriptorFactory.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.", | ||
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\"" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.without.launch": "Debugging cmake script with default launch", | ||
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file", | ||
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.", | ||
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".", | ||
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".", | ||
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"run.script": "Executing CMake script: \"{0}\"", | ||
"run.script.successful": "CMake script: \"{0}\" completed successfully.", | ||
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.", | ||
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/csy/src/debug/debugAdapterNamedPipeServerDescriptorFactory.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.", | ||
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\"" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.without.launch": "Debugging cmake script with default launch", | ||
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file", | ||
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.", | ||
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".", | ||
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".", | ||
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"run.script": "Executing CMake script: \"{0}\"", | ||
"run.script.successful": "CMake script: \"{0}\" completed successfully.", | ||
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.", | ||
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/deu/src/debug/debugAdapterNamedPipeServerDescriptorFactory.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.", | ||
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\"" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.without.launch": "Debugging cmake script with default launch", | ||
"cmake.debugging.not.supported": "CMake does not support automatic debugging for this file", | ||
"cmake.debug.only.launch.supported": "The \"cmake\" debug type only supports the \"launch\" request.", | ||
"cmake.debug.must.define.debugType": "The \"cmake\" debug type requires you to define the \"cmakeDebugType\". Available options are \"configure\", \"external\", and \"script\".", | ||
"cmake.debug.external.requires.pipeName": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"external\" requires you to define \"pipeName\".", | ||
"cmake.debug.script.requires.scriptPath": "The \"cmake\" debug type with \"cmakeDebugType\" set to \"script\" requires you to define a \"scriptPath\" that points to a CMake script." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"run.script": "Executing CMake script: \"{0}\"", | ||
"run.script.successful": "CMake script: \"{0}\" completed successfully.", | ||
"run.script.failed": "CMake script: \"{0}\" completed unsuccessfully.", | ||
"run.script.cmakeDebugger.not.supported": "Cannot debug a script with this version of CMake, ensure you have CMake version 3.27 or later." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
i18n/esn/src/debug/debugAdapterNamedPipeServerDescriptorFactory.i18n.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"cmake.debug.scriptPath.does.not.exist": "The script path, \"{0}\", could not be found.", | ||
"debugger.create.descriptor": "Connecting debugger on named pipe: \"{0}\"" | ||
} |
Oops, something went wrong.