You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,3 +224,17 @@ the micro version is how many releases there have been that month in
224
224
the year (starting at 0). For example, the first release in July 2018
225
225
would be `2018.7.0`, the second release that month would be
226
226
`2018.7.1`, etc.
227
+
228
+
### Insiders Build
229
+
230
+
Starting in 2018, we started publishing the latest development
231
+
build of the extension onto a cloud storage provider.
232
+
If you are interested in helping us test our development builds or would like
233
+
to stay ahead of the curve, then please feel free to download and install the
234
+
extension from the following [location](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix). Once you have downloaded the [ms-python-insiders.vsix](https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix)
235
+
file, please follow the instructions on [this page](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix) to install the extension.
236
+
237
+
The insiders build of the extension:
238
+
* Will get replcaed with new releases published onto the [VS Code Marketplace](https://marketplace.visualstudio.com/VSCode).
239
+
* Does not get updated with new insider build releases.
240
+
* Is built everytime a PR is commited into the [master branch](https://github.com/Microsoft/vscode-python).
0 commit comments