Commit Graph

27 Commits

Author SHA1 Message Date
Jason Fields
bd73840b51 Upgrade node to v18 2023-10-19 00:01:29 -04:00
Jason Fields
1927ebcb3e Remove automated changelog stuff
Refs #7460
2022-06-27 22:35:17 -04:00
Jason Fields
b795827305 Use node v16, not v18, in DockerFile
I like the new shiny stuff as much as the next guy, Renovate, but let's not get ahead of VSCode
2022-04-24 11:48:35 -04:00
renovate[bot]
e28a824971
Update Node.js to v18 (#7643)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 06:30:16 +00:00
Jason Fields
f1186203af Upgrade to node v14
Recent VS Code versions ship with electron 13, which is built from node 14.
This just affects the docker environment we run tests in and the node type definitions.
2021-10-20 16:47:42 -04:00
Jason Poon
f69a331f57 upgrade to node v12 (#4171)
* docs: small updates to contributing

* upgrade docker image to node v12

* fix warning
2019-11-29 12:53:09 -05:00
Daniel Smith
3158194561 Read key remappings from .vimrc (#3908)
Read key remapping commands from $HOME/.vimrc, $HOME/_vimrc, or a
user-specified Vim configuration file. For each, build an IKeyRemapping
object and append it to the appropriate collection, _if_ doing so will
not override a remapping specified in the VS Code settings.

Partially addresses #463. This implementation borrows heavily from
Sheepolution/vimrc-to-json.

* Add `editVimrc` command

* Add .vimrc validator, correct usage of new config names

* Source .vimrc automatically after saving it
2019-11-09 23:16:46 -05:00
Jason Poon
d81ba75a43
v1.11.0 (#4104)
* bump version

* update base changelog
2019-09-28 20:20:04 -07:00
Jason Killian
d8564f90a6 Add CamelCaseMotion plugin (#3483)
* Add CamelCaseMotion Plugin

Fixes https://github.com/VSCodeVim/Vim/issues/1220

* update @node/types

* adjust tests to only load config once

* nest camelCaseMotion configuration

* fix merge error
2019-02-17 21:33:13 -08:00
Jason Poon
839a34fee6 docs: fix formatting of base changelog 2019-01-06 03:12:55 -08:00
Jason Poon
a9b8837e14 v1.0.0! 2019-01-05 01:25:29 -08:00
Jason Poon
6689d4bb44 fix: update changelog base file 2018-12-28 00:57:15 -08:00
Renovate Bot
8200ad28a3
chore(deps): update node.js to v8.15 2018-12-27 03:45:33 +00:00
Renovate Bot
7d015c2881
chore(deps): update node.js to v8.14 2018-11-28 18:57:05 +00:00
Renovate Bot
3f8ea5d866
chore(deps): update node.js to v8.13 2018-11-27 04:04:31 +00:00
Jason Poon
3c60b6635b fix: prettier fixes 2018-11-22 01:14:29 -08:00
Renovate Bot
3ad0780e5d
chore(deps): update node.js to v8.12 2018-11-05 10:25:22 +00:00
Pavel Schoffer
6297d29ea7 Fixes #3168 - Ubuntu tests 2018-10-27 11:33:25 +02:00
Jason Poon
a67cf5fc21 bump version 2018-10-26 01:42:11 -07:00
westim
e0ef8f5802 Fix 3152: Upgrade libgtk from 2.0 to 3.0 2018-10-19 22:15:40 -07:00
Jason Poon
81a0523daf fix prettier 2018-08-08 22:10:33 -07:00
Jason Poon
27176ef400 remove footer from base changelog 2018-08-08 21:53:14 -07:00
Jason Poon
85f175afbc bump version 2018-08-08 21:49:06 -07:00
Jason Poon
4b5835fea4 fix: enable prettier for md 2018-07-29 11:12:18 -07:00
Jason Poon
6506f6f632 feat: cache changelog to limit number of GH api calls 2018-07-15 11:58:32 -07:00
Renovate Bot
fb9e8e46ff chore(deps): update node to tag 8.11 (#2496) 2018-03-31 00:12:08 -07:00
Jason Poon
1ed4647798 Add: 'gulp test' which will run UTs inside a container. Clean up gulpfile 2018-02-03 22:30:06 -08:00