sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

Bump vls from 0.5.9 to 0.6.4 in /server #95

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps vls from 0.5.9 to 0.6.4.

Release notes

Sourced from vls's releases.

Reduced File System IO test release

For testing #1277.

Changelog

Sourced from vls's changelog.

0.6.4 | 2017-04-27 | VSIX

  • When running Vue Language Server, do not use debug port. #162 and #148.
  • Avoid module resolution in node_modules, so CPU and Memory usage won't spike. #131.

0.6.3 | 2017-04-26 | VSIX

  • Include vue-template-compiler in vetur to avoid version mismatch. #135.

0.6.2 | 2017-04-24 | VSIX

  • Fix various Vue Language Server crashes.

0.6.1 | 2017-04-20 | VSIX

  • Fix a bug in module resolution that causes Vue Langauge Server to crash. #122 and #123.

0.6.0 | 2017-04-19 | VSIX

  • Improve formatting support with options to fine-tune formatting style in js-beautify and TypeScript's language service.
  • Improve sass syntax highlighting based on grammar from robinbentley/vscode-sass-indented. #41.

Thanks to @sandersn's PR:

  • Preliminary TypeScript support (try <script lang="ts">)
  • Improved IntelliSense for js/ts in Vue SFC.
  • Correct Module Resolution (try npm i lodash @types/lodash and use lodash in your Vue SFC).

0.5.6 | 2017-03-20 | VSIX

  • Update js-beautify to include preserve_newlines options for css/scss/less.

0.5.5 | 2017-03-17 | VSIX

  • Fix wrongly marked regions. #92.

0.5.4 | 2017-03-16 | VSIX

  • Change default formatting options to preserve new lines in html.
  • Change default formatting options for html to force-align attributes. #77.
  • Re-enable scss/less error checking

0.5.3 | 2017-03-16 | VSIX

  • Hotfix to include correct dependencies in LanguageClient.

0.5.2 | 2017-03-15 | VSIX

  • Re-enable formatter based on js-beautify. #82.

0.5.1 | 2017-03-06 | VSIX

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
predragnikolic commented 3 years ago

@rchl have you maybe tested this version of vetur?

rchl commented 3 years ago

I didn't see any issues. We might want to check if there are any new options to sync.

predragnikolic commented 3 years ago

Ok thanks, I'll check it now :)

predragnikolic commented 3 years ago

I generated a vue project with the vue-cli. The first time I open a vue file, I will get this popup. image

Just a message that I don't have jsconfig/tsconfig.json fles setup. If I open a different file, the popup wont show up again.

I don't find this a bug, but maybe it can be annoying(but I would keep it and encourage people to create those files as they can improve the editor experience). What do you think about this?

rchl commented 3 years ago

No reason for us to change the default behavior. We should just add the new vetur.ignoreProjectWarning option to the settings (and schema).

predragnikolic commented 3 years ago

I did a quick diff between the configurations and discovered a few new settings:

vetur.grammar.customBlocks
vetur.trace.server
vetur.dev.vlsPath
vetur.dev.vlsPort
vetur.dev.logLevel
rchl commented 3 years ago

These are not really new, just weren't included in ST as they are VS-code specific.

predragnikolic commented 3 years ago

So the popup I experinced before, can be disabled by setting vetur.ignoreProjectWarning to true.

dependabot-preview[bot] commented 3 years ago

A newer version of vls exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

predragnikolic commented 3 years ago

I could have waited a day more, v7.0.0 came out yesterday, haha

rchl commented 3 years ago

That's why I didn't release. :)