Skip to content

vscode dependency -> @types/vscode #280

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

Merged
merged 3 commits into from
Aug 26, 2020
Merged

Conversation

expipiplus1
Copy link
Contributor

the vscode package is deprecated: https://www.npmjs.com/package/vscode

Tested by building with nix (after running 'yarn import')

@@ -1,15 +1,17 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
pkgs.mkYarnPackage {
name = "vscode-haskell";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah does this need to match up with the package name inside package.json?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's important actually. (of course line 14 needs to be correct either way)

@lukel97
Copy link
Collaborator

lukel97 commented Aug 26, 2020

Hmm ci is failing, will take a look

vscode is no longer a devDependency, since it has been split into types
and a test package, see https://code.visualstudio.com/updates/v1_36#_splitting-vscode-package-into-typesvscode-and-vscodetest
This is a leftover from using the testing stuff in it, which we don't
use anyway
@lukel97 lukel97 merged commit 6e8e00c into haskell:master Aug 26, 2020
@lukel97
Copy link
Collaborator

lukel97 commented Aug 26, 2020

Thanks!

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.

2 participants