Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 13, 2024
1 parent 6cdc319 commit 4ccaed9
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
matched against one or more scopes.

To learn more about scopes and how they're used, check out the
[color theme](https://code.visualstudio.com/api/extension-guides/color-theme)
[`color theme`](https://code.visualstudio.com/api/extension-guides/color-theme)
documentation.

## Install your extension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
## Run tests

- Install the
[Extension Test Runner](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
[`Extension Test Runner`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
- Open the Testing view from the activity bar and click the Run Test" button,
or use the hotkey `Ctrl/Cmd + ; A`
- See the output of the test result in the Test Results view.
Expand All @@ -52,13 +52,13 @@

## Go further

- [Follow UX guidelines](https://code.visualstudio.com/api/ux-guidelines/overview)
- [`Follow UX guidelines`](https://code.visualstudio.com/api/ux-guidelines/overview)
to create extensions that seamlessly integrate with VS Code's native
interface and patterns.
- [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
on the VS Code extension marketplace.
- Automate builds by setting up
[Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
- Integrate to the
[report issue](https://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
[`report issue`](https://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
flow to get issue and feature requests reported by users.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
## Run tests

- Install the
[Extension Test Runner](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
[`Extension Test Runner`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
- Run the "watch" task via the **Tasks: Run Task** command. Make sure this is
running, or tests might not be discovered.
- Open the Testing view from the activity bar and click the Run Test" button,
Expand All @@ -55,15 +55,15 @@

## Go further

- [Follow UX guidelines](https://code.visualstudio.com/api/ux-guidelines/overview)
- [`Follow UX guidelines`](https://code.visualstudio.com/api/ux-guidelines/overview)
to create extensions that seamlessly integrate with VS Code's native
interface and patterns.
- Reduce the extension size and improve the startup time by
[bundling your extension](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
[`bundling your extension`](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
on the VS Code extension marketplace.
- Automate builds by setting up
[Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
- Integrate to the
[report issue](https://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
[`report issue`](https://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
flow to get issue and feature requests reported by users.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
## Run tests

- Install the
[Extension Test Runner](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
[`Extension Test Runner`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
- Run the "watch" task via the **Tasks: Run Task** command. Make sure this is
running, or tests might not be discovered.
- Open the Testing view from the activity bar and click the Run Test" button,
Expand All @@ -61,8 +61,8 @@
## Go further

- Reduce the extension size and improve the startup time by
[bundling your extension](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
[`bundling your extension`](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
on the VS Code extension marketplace.
- Automate builds by setting up
[Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
## Run tests

- Install the
[Extension Test Runner](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
[`Extension Test Runner`](https://marketplace.visualstudio.com/items?itemName=ms-vscode.extension-test-runner)
- Run the "watch" task via the **Tasks: Run Task** command. Make sure this is
running, or tests might not be discovered.
- Open the Testing view from the activity bar and click the Run Test" button,
Expand All @@ -61,8 +61,8 @@
## Go further

- Reduce the extension size and improve the startup time by
[bundling your extension](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
[`bundling your extension`](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
on the VS Code extension marketplace.
- Automate builds by setting up
[Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@

## Go further

- [Follow UX guidelines](https://code.visualstudio.com/api/ux-guidelines/overview)
- [`Follow UX guidelines`](https://code.visualstudio.com/api/ux-guidelines/overview)
to create extensions that seamlessly integrate with VS Code's native
interface and patterns.
- Check out the
[Web Extension Guide](https://code.visualstudio.com/api/extension-guides/web-extensions).
- [Publish your extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
[`Web Extension Guide`](https://code.visualstudio.com/api/extension-guides/web-extensions).
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
on the VS Code extension marketplace.
- Automate builds by setting up
[Continuous Integration](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ transifex, follow these steps:
`vscode-extensions` projects.
- Set the API token to the environment variable `TRANSIFEX_API_TOKEN`.
- Check out the `main` branch of the
[VS Code repository](https://github.com/Microsoft/vscode).
[`VS Code repository`](https://github.com/Microsoft/vscode).
- Preferably, place the VS Code repo next to the language pack extension
(so both have the same parent folder).
- `cd vscode` and run `yarn` to initialize the VS Code repo. More
information on how to build VS Code you can find
[here](https://github.com/Microsoft/vscode/wiki/How-to-Contribute).
[`here`](https://github.com/Microsoft/vscode/wiki/How-to-Contribute).
- If the language pack extension is placed next to the VS Code repository:
`npm run update-localization-extension <%- lpLanguageId %>`
- Otherwise:
Expand Down

0 comments on commit 4ccaed9

Please sign in to comment.