From aa779bac66fcf0932edfd7252e52039b71101a94 Mon Sep 17 00:00:00 2001 From: isc-bsaviano Date: Wed, 1 Dec 2021 10:25:05 -0500 Subject: [PATCH] Update `Enable Proposed APIs` steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8feaf3b1..b4b968f4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To unlock these features (optional): - Download the VSIX file (for example `vscode-objectscript-1.1.2-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. 2. From [Command Palette](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) choose `Preferences: Configure Runtime Arguments`. -3. In the argv.json file that opens, add this line: +3. In the argv.json file that opens, add this line (required for both Stable and Insiders versions of VS Code): ```json "enable-proposed-api": ["intersystems-community.vscode-objectscript"] ```