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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ To unlock these features (optional):
55
55
56
56
1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
57
57
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
58
-
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.0.3`, look for `3.0.4-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
59
-
- Download the VSIX file (for example `vscode-objectscript-3.0.4-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
58
+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.0.4`, look for `3.0.5-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
59
+
- Download the VSIX file (for example `vscode-objectscript-3.0.5-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
60
60
61
61
2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`.
62
62
3. In the argv.json file that opens, add this line (required for both Stable and Insiders versions of VS Code):
0 commit comments