Skip to content

Commit 51e395c

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 2e00ddd commit 51e395c

File tree

11 files changed

+33
-33
lines changed

11 files changed

+33
-33
lines changed

generators/app/templates/ext-colortheme/vsc-extension-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
matched against one or more scopes.
3131

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

3636
## Install your extension
3737

3838
- To start using your extension with Visual Studio Code copy it into the
3939
`<user home>/.vscode/extensions` folder and restart Code.
4040
- To share your extension with the world, read on
41-
https://code.visualstudio.com/docs about publishing an extension.
41+
HTTPS://code.visualstudio.com/docs about publishing an extension.

generators/app/templates/ext-command-js/vsc-extension-quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
## Run tests
4040

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

5353
## Go further
5454

55-
- [`Follow UX guidelines`](https://code.visualstudio.com/api/ux-guidelines/overview)
55+
- [`Follow UX guidelines`](HTTPS://code.visualstudio.com/api/ux-guidelines/overview)
5656
to create extensions that seamlessly integrate with VS Code's native
5757
interface and patterns.
58-
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
58+
- [`Publish your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/publishing-extension)
5959
on the VS Code extension marketplace.
6060
- Automate builds by setting up
61-
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
61+
[`Continuous Integration`](HTTPS://code.visualstudio.com/api/working-with-extensions/continuous-integration).
6262
- Integrate to the
63-
[`report issue`](https://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
63+
[`report issue`](HTTPS://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
6464
flow to get issue and feature requests reported by users.

generators/app/templates/ext-command-ts/vsc-extension-quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
## Run tests
4141

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

5656
## Go further
5757

58-
- [`Follow UX guidelines`](https://code.visualstudio.com/api/ux-guidelines/overview)
58+
- [`Follow UX guidelines`](HTTPS://code.visualstudio.com/api/ux-guidelines/overview)
5959
to create extensions that seamlessly integrate with VS Code's native
6060
interface and patterns.
6161
- Reduce the extension size and improve the startup time by
62-
[`bundling your extension`](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
63-
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
62+
[`bundling your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/bundling-extension).
63+
- [`Publish your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/publishing-extension)
6464
on the VS Code extension marketplace.
6565
- Automate builds by setting up
66-
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
66+
[`Continuous Integration`](HTTPS://code.visualstudio.com/api/working-with-extensions/continuous-integration).
6767
- Integrate to the
68-
[`report issue`](https://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
68+
[`report issue`](HTTPS://code.visualstudio.com/api/get-started/wrapping-up#issue-reporting)
6969
flow to get issue and feature requests reported by users.

generators/app/templates/ext-command-ts/vscode-esbuild/vsc-extension-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
## Run tests
4646

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

6363
- Reduce the extension size and improve the startup time by
64-
[`bundling your extension`](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
65-
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
64+
[`bundling your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/bundling-extension).
65+
- [`Publish your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/publishing-extension)
6666
on the VS Code extension marketplace.
6767
- Automate builds by setting up
68-
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
68+
[`Continuous Integration`](HTTPS://code.visualstudio.com/api/working-with-extensions/continuous-integration).

generators/app/templates/ext-command-ts/vscode-webpack/vsc-extension-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
## Run tests
4646

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

6363
- Reduce the extension size and improve the startup time by
64-
[`bundling your extension`](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).
65-
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
64+
[`bundling your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/bundling-extension).
65+
- [`Publish your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/publishing-extension)
6666
on the VS Code extension marketplace.
6767
- Automate builds by setting up
68-
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
68+
[`Continuous Integration`](HTTPS://code.visualstudio.com/api/working-with-extensions/continuous-integration).

generators/app/templates/ext-command-web/vsc-extension-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747

4848
## Go further
4949

50-
- [`Follow UX guidelines`](https://code.visualstudio.com/api/ux-guidelines/overview)
50+
- [`Follow UX guidelines`](HTTPS://code.visualstudio.com/api/ux-guidelines/overview)
5151
to create extensions that seamlessly integrate with VS Code's native
5252
interface and patterns.
5353
- Check out the
54-
[`Web Extension Guide`](https://code.visualstudio.com/api/extension-guides/web-extensions).
55-
- [`Publish your extension`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
54+
[`Web Extension Guide`](HTTPS://code.visualstudio.com/api/extension-guides/web-extensions).
55+
- [`Publish your extension`](HTTPS://code.visualstudio.com/api/working-with-extensions/publishing-extension)
5656
on the VS Code extension marketplace.
5757
- Automate builds by setting up
58-
[`Continuous Integration`](https://code.visualstudio.com/api/working-with-extensions/continuous-integration).
58+
[`Continuous Integration`](HTTPS://code.visualstudio.com/api/working-with-extensions/continuous-integration).

generators/app/templates/ext-extensionpack/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
- To start using your extension with Visual Studio Code copy it into the
2424
`<user home>/.vscode/extensions` folder and restart Code.
2525
- To share your extension with the world, read on
26-
https://code.visualstudio.com/docs about publishing an extension.
26+
HTTPS://code.visualstudio.com/docs about publishing an extension.

generators/app/templates/ext-keymap/vsc-extension-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
- To start using your extension with Visual Studio Code copy it into the
2626
`<user home>/.vscode/extensions` folder and restart Code.
2727
- To share your extension with the world, read on
28-
https://code.visualstudio.com/docs about publishing an extension.
28+
HTTPS://code.visualstudio.com/docs about publishing an extension.

generators/app/templates/ext-language/vsc-extension-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
## Add more language features
3131

3232
- To add features such as IntelliSense, hovers and validators check out the VS
33-
Code extenders documentation at https://code.visualstudio.com/docs
33+
Code extenders documentation at HTTPS://code.visualstudio.com/docs
3434

3535
## Install your extension
3636

3737
- To start using your extension with Visual Studio Code copy it into the
3838
`<user home>/.vscode/extensions` folder and restart Code.
3939
- To share your extension with the world, read on
40-
https://code.visualstudio.com/docs about publishing an extension.
40+
HTTPS://code.visualstudio.com/docs about publishing an extension.

generators/app/templates/ext-localization/vsc-extension-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
To create/update the `translations` folder with the latest strings from
2222
transifex, follow these steps:
2323

24-
- Get an API token from https://www.transifex.com/user/settings/api. The token
24+
- Get an API token from HTTPS://www.transifex.com/user/settings/api. The token
2525
needs to have access to the `vscode-editor`, `vscode-workbench` and
2626
`vscode-extensions` projects.
2727
- Set the API token to the environment variable `TRANSIFEX_API_TOKEN`.
2828
- Check out the `main` branch of the
29-
[`VS Code repository`](https://github.com/Microsoft/vscode).
29+
[`VS Code repository`](HTTPS://github.com/Microsoft/vscode).
3030
- Preferably, place the VS Code repo next to the language pack extension
3131
(so both have the same parent folder).
3232
- `cd vscode` and run `yarn` to initialize the VS Code repo. More
3333
information on how to build VS Code you can find
34-
[`here`](https://github.com/Microsoft/vscode/wiki/How-to-Contribute).
34+
[`here`](HTTPS://github.com/Microsoft/vscode/wiki/How-to-Contribute).
3535
- If the language pack extension is placed next to the VS Code repository:
3636
`npm run update-localization-extension <%- lpLanguageId %>`
3737
- Otherwise:

0 commit comments

Comments
 (0)