MhMadHamster / vscode-postcss-language

postcss syntax support extension for VSCode
MIT License
34 stars 7 forks source link

Updating to latest versions of dependencies #26

Closed baohouse closed 6 years ago

baohouse commented 6 years ago

Updating package dependencies to resolve #25

I tested it by taking version 2.0.2's VSIX file, unzipping it, replacing the extensions folder with the updated compiled code, rezip and rename to a VSIX file, and then installed it into Visual Studio Code 1.21.1, and it looked like it work. Could use another tester though!

aldebaran798 commented 6 years ago

@MhMadHamster please merge this. Thanks

MhMadHamster commented 6 years ago

why this pr removes package.json from server?

baohouse commented 6 years ago

@MhMadHamster The /server/package.json is consolidated to /package.json. The compile script is in the /package.json. I suppose if you intended that the server be a separate sub-package with its own compile script, I can split it back out again.

baohouse commented 6 years ago

I'm posting a build version here for folks wanting to help me test it. I tested it on some PCSS files, and it looks okay, but more testing would be helpful, especially comparing it against version 2.0.2. Just unzip the file (so you should get a file with *.vsix extension) and install into Visual Studio Code.

vscode-postcss-language-2.1.0-rc1.vsix.zip

MhMadHamster commented 6 years ago

i checked it locally seems ok

MhMadHamster commented 6 years ago

published