Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dev dependencies #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

LucasFA
Copy link

@LucasFA LucasFA commented May 26, 2022

The main point of this PR is to fix the development dependencies which were broken for the modern vscode types API, as vscode changed slightly how their types are imported. See f7f384c. So now you actually should be able to build the extension after running npm install. HOWEVER, I have not checked whether users would need to update to vscode version ^1.66.0. I have not actually changed any source code, so changing "@types/vscode": "^1.66.0" to "@types/vscode": "^1.17.0" should be safe.

package-lock.json was removed from the .gitignore for reproducibility of builds (8a36bb4), I added a few snippets (38fcdf4), and removed unnecessary files from the installed extension for users (1527c36).

Besides all that, a few typos and such were fixed in the source code (b314bef, 494dc36).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant