-
## The dependency [vue](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/Abbe98/vue-boilerplate/compare/master...Abbe98:greenkeeper%2Fv…
-
## The dependency [vue](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/JounQin/blog/compare/master...JounQin:greenkeeper%2Fvue-2.5.18…
-
From the `MANY_SEP` and `AT_LEAST_ONE_SEP` docs:
> Note that for the purposes of deciding on whether or not another iteration exists Only a single Token is examined (The separator). Therefore if th…
-
## There have been updates to the *vue* monorepo:
+ - The `dependency` [vue](https://github.com/vuejs/vue) was updated from `2.5.21` to `2.5.22`.
- The `devDependency` [vue-template-compiler](https…
-
Follow up on https://github.com/Microsoft/vscode/issues/30933
**Repo**
1.
```js
if (true) |
```
2. press return and then `{`
**expected**
```js
if (true)
{
|
}
```
…
mjbvz updated
6 years ago
-
![indent-deindent-no-worky](https://user-images.githubusercontent.com/6309070/32199742-2c820330-bd8b-11e7-9098-90a2c0042d89.gif)
-
Windows 10, VSCode 0.10.0/0.10.2 (`"editor.insertSpaces": true`)
It seems like vscode is trying to be clever by only de-indenting the comment portion of this block 1 space while de-indenting the rest…
-
I really want to switch to VSCode but it's missing an essential editor action. Many editors have an "auto-indent" action which automatically indents the current line—or a selection of lines if multipl…
-
- [x] I have searched through existing issues
- [x] I have read through docs at https://vuejs.github.io/vetur/
- [x] I have read FAQ: https://github.com/vuejs/vetur/wiki/FAQ
## Info
- Platform…
-
Refs: #24403
Currently if my react component returns HTML I do not get any nice HTML support when I try to edit this, instead this code is treated as javascript.
Easy repro steps
1. npm instal…