From 60a7b5b0e1c573e2af4efb2497b93b3bedfda128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Mon, 3 Apr 2023 13:27:20 +0200 Subject: [PATCH] Anonymize --- ext/vscode/README.md | 2 -- ext/vscode/package.json | 4 ---- 2 files changed, 6 deletions(-) diff --git a/ext/vscode/README.md b/ext/vscode/README.md index 1d073dbf46..30207f076a 100644 --- a/ext/vscode/README.md +++ b/ext/vscode/README.md @@ -1,7 +1,5 @@ # VSCode extension -[![vscode-plugin](https://github.com/timsueberkrueb/msc-impl/actions/workflows/vscode-plugin.yml/badge.svg)](https://github.com/timsueberkrueb/msc-impl/actions/workflows/vscode-plugin.yml) - ## Install via the prebuilt plugin To install the prebuilt `.vsix` extension in your local VSCode environment, download the most recent version of the `xfn-x.x.x.x.vsix` from the `Releases` tab on the homepage of this repository. diff --git a/ext/vscode/package.json b/ext/vscode/package.json index 5f76693bb3..fc41e44f83 100644 --- a/ext/vscode/package.json +++ b/ext/vscode/package.json @@ -3,10 +3,6 @@ "displayName": "xfn", "description": "LSP Client for the XFN language", "version": "0.0.1", - "repository": { - "type": "git", - "url": "https://github.com/timsueberkrueb/msc-impl" - }, "engines": { "vscode": "^1.69.0" },