Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14aff02

Browse files
authored
Update dev build instructions to mention "python.insidersChannel"
1 parent dbf4d70 commit 14aff02

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

CONTRIBUTING.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -290,24 +290,12 @@ Overall steps for releasing are covered in the
290290
To create a release _build_, follow the steps outlined in the [release plan](https://github.com/Microsoft/vscode-python/labels/release%20plan) (which has a [template](https://github.com/Microsoft/vscode-python/blob/master/.github/release_plan.md)).
291291

292292
## Development Build
293+
If you would like to use the latest version of the extension as committed to `master` that has passed our test suite, then you may set the `"python.insidersChannel"` setting to `"daily"` or `"weekly"` based on how often you would like the extension to check for updates.
293294

294-
We publish the latest development
295-
build of the extension onto a cloud storage provider.
296-
If you are interested in helping us test our development builds or would like
297-
to stay ahead of the curve, then please feel free to download and install the
298-
extension from the following
295+
You may also download and install the extension manually from the following
299296
[location](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix).
300297
Once you have downloaded the
301298
[ms-python-insiders.vsix](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix)
302299
file, please follow the instructions on
303300
[this page](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix)
304-
to install the extension.
305-
306-
The development build of the extension:
307-
308-
* Will be replaced with new releases published onto the
309-
[VS Code Marketplace](https://marketplace.visualstudio.com/VSCode).
310-
* Does not get updated with new development builds of the extension (if you want to
311-
test a newer development build, uninstall the old version of the
312-
extension and then install the new version)
313-
* Is built every time a PR is committed into the [`master` branch](https://github.com/Microsoft/vscode-python).
301+
to install the extension. Do note that the manual install will not automatically update to newer builds unless you set the `"python.insidersChannel"` setting (it will get replaced with released versions from the Marketplace once they are newer than the version install manually).

0 commit comments

Comments
 (0)