Bump OSS VS Code extension to 0.47.0

Summary:
Due to some [most likely transient infra issues](2013794095), the latest release was only partially published.

Bump the extension to trigger a new release.

Reviewed By: alanz

Differential Revision: D89024759

fbshipit-source-id: fce412fee451eb72246c121706108af3ac34d414
This commit is contained in:
Roberto Aloi 2025-12-12 03:02:33 -08:00 committed by meta-codesync[bot]
parent a16af7e9e2
commit 553c90d631
2 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
{ {
"name": "erlang-language-platform", "name": "erlang-language-platform",
"version": "0.46.0", "version": "0.47.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "erlang-language-platform", "name": "erlang-language-platform",
"version": "0.46.0", "version": "0.47.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache2", "license": "Apache2",
"devDependencies": { "devDependencies": {

View file

@ -4,7 +4,7 @@
"description": "Erlang Language Support for VS Code, by WhatsApp.", "description": "Erlang Language Support for VS Code, by WhatsApp.",
"author": "Meta Platforms, Inc", "author": "Meta Platforms, Inc",
"license": "Apache2", "license": "Apache2",
"version": "0.46.0", "version": "0.47.0",
"icon": "images/elp-logo-color.png", "icon": "images/elp-logo-color.png",
"homepage": "https://whatsapp.github.io/erlang-language-platform/", "homepage": "https://whatsapp.github.io/erlang-language-platform/",
"repository": { "repository": {