-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
196 changed files
with
1,501 additions
and
656 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
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
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
10 changes: 10 additions & 0 deletions
10
Extension/i18n/chs/src/LanguageServer/Providers/codeActionProvider.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,10 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"expands.to": "扩展到:", | ||
"inline.macro": "内联宏", | ||
"inline.macro.not.available": "内联宏在此位置不可用。" | ||
} |
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
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
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
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
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
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
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
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
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
23 changes: 23 additions & 0 deletions
23
Extension/i18n/chs/walkthrough/installcompiler/install-compiler-windows10.md.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,23 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* 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. | ||
{ | ||
"walkthrough.windows.install.compiler": "Install a C++ compiler on Windows", | ||
"walkthrough.windows.text1": "If you're doing C++ development for Windows, we recommend installing the Microsoft Visual C++ (MSVC) compiler.", | ||
"walkthrough.windows.text2": "To install MSVC, open the VS Code terminal (CTRL + `) and paste in the following command:\r\n", | ||
"walkthrough.windows.note1": "Note", | ||
"walkthrough.windows.note1.text": "You can use the C++ toolset from Visual Studio Build Tools along with Visual Studio Code to compile, build, and verify any C++ codebase as long as you also have a valid Visual Studio license (either Community, Pro, or Enterprise) that you are actively using to develop that C++ codebase.", | ||
"walkthrough.windows.verify.compiler": "Verifying the compiler installation", | ||
"walkthrough.windows.open.command.prompt": "Open the {0} by typing 'developer' in the Windows Start menu.", | ||
"walkthrough.windows.command.prompt.name1": "Developer Command Prompt for VS", | ||
"walkthrough.windows.check.install": "Check your MSVC installation by typing {0} into the Developer Command Prompt for VS. You should see a copyright message with the version and basic usage description.", | ||
"walkthrough.windows.note2": "Note", | ||
"walkthrough.windows.note2.text": "To use MSVC from the command line or VS Code, you must run from a {0}. An ordinary shell such as {1}, {2}, or the Windows command prompt does not have the necessary path environment variables set.", | ||
"walkthrough.windows.command.prompt.name2": "Developer Command Prompt for VS", | ||
"walkthrough.windows.other.compilers": "Other compiler options", | ||
"walkthrough.windows.text3": "If you're targeting Linux from Windows, check out {0}. Or, you could {1}.", | ||
"walkthrough.windows.link.title1": "Using C++ and Windows Subsystem for Linux (WSL) in VS Code", | ||
"walkthrough.windows.link.title2": "install GCC on Windows with MinGW" | ||
} |
Oops, something went wrong.