Skip to content

Commit

Permalink
update baseline to 1.77.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed May 23, 2023
1 parent 51b3f89 commit 1e8e1b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README-Proposed-APIs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

# Tracking Proposed vscode APIs

To list all use of proposed API by the built-in extensions, run the following command in the root of the git repository:

```bash
vscode-builtin-extensions$ git submodule foreach "grep -irn enabledApiProposals --include=package.json | cut -d ':' -f 1 | xargs jq --raw-output '{filename: input_filename, enabledApiProposals: .enabledApiProposals}'"

```
2 changes: 1 addition & 1 deletion vscode
Submodule vscode updated 4164 files

0 comments on commit 1e8e1b0

Please sign in to comment.