Closed dependabot-preview[bot] closed 3 years ago
@rchl have you maybe tested this version of vetur?
I didn't see any issues. We might want to check if there are any new options to sync.
Ok thanks, I'll check it now :)
I generated a vue project with the vue-cli. The first time I open a vue file, I will get this popup.
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?
No reason for us to change the default behavior. We should just add the new vetur.ignoreProjectWarning
option to the settings (and schema).
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
These are not really new, just weren't included in ST as they are VS-code specific.
So the popup I experinced before, can be disabled by setting vetur.ignoreProjectWarning
to true
.
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.
I could have waited a day more, v7.0.0 came out yesterday, haha
That's why I didn't release. :)
Bumps vls from 0.5.9 to 0.6.4.
Release notes
Sourced from vls's releases.
Changelog
Sourced from vls's changelog.
Commits
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)