From 1e8e1b0fc0dc4ae0cac274f94df5abc82b96f0a9 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Tue, 25 Apr 2023 16:28:14 -0400 Subject: [PATCH] update baseline to 1.77.0 Signed-off-by: Marc Dumais --- README-Proposed-APIs.md | 9 +++++++++ vscode | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 README-Proposed-APIs.md diff --git a/README-Proposed-APIs.md b/README-Proposed-APIs.md new file mode 100644 index 0000000..6eb0a29 --- /dev/null +++ b/README-Proposed-APIs.md @@ -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}'" + +``` diff --git a/vscode b/vscode index e4503b3..7f329fe 160000 --- a/vscode +++ b/vscode @@ -1 +1 @@ -Subproject commit e4503b30fc78200f846c62cf8091b76ff5547662 +Subproject commit 7f329fe6c66b0f86ae1574c2911b681ad5a45d63