Jason Fields
bacae1762c
bump version
2021-03-19 12:53:45 -04:00
Jason Fields
939df0e7fd
Change configuration scope for several settings, disallowing setting them on the workspace level
...
This was a security concern, as a malicious workspace could hijack keystrokes or force you to open an arbitrary program (instead of neovim, as intended).
2021-03-18 19:08:41 -04:00
Jason Fields
666ea2fa34
Use source maps to get readable stack traces in production
...
Using the 'source-map' option does blow up the package size quite a bit, but I couldn't find another option that was doing the trick.
Fixes #5887
2021-03-18 19:02:48 -04:00
Jason Fields
dd927a9beb
Capture <C-Up>, <C-Down>, <C-Left>, and <C-Right>
...
Fixes #3848
2021-03-18 13:58:31 -04:00
renovate[bot]
a1229a987b
Update dependency fork-ts-checker-webpack-plugin to v6.2.0 ( #6297 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-18 12:07:37 -04:00
Jason Fields
dfae9b7109
Implement #
register and <C-^>
...
Fixes #4959
2021-03-17 11:48:30 -04:00
renovate[bot]
c55a73f542
Update dependency webpack to v5.26.3 ( #6293 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-17 11:41:05 -04:00
renovate[bot]
618aae9a1b
Update dependency webpack to v5.26.2 ( #6289 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-16 17:00:44 -04:00
renovate[bot]
4a0e65f2a1
Update dependency webpack to v5.26.1 ( #6287 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-16 12:49:43 -04:00
renovate[bot]
41262d3bd8
Update dependency @types/node to v12.20.6 ( #6282 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-15 21:17:44 -04:00
renovate[bot]
93ee2e56a3
Update dependency webpack to v5.26.0 ( #6280 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-15 14:35:51 -04:00
renovate[bot]
98e835b437
Update dependency webpack to v5.25.1 ( #6276 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-14 16:35:21 -04:00
renovate[bot]
57b9d134fc
Update dependency webpack to v5.25.0 ( #6270 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-12 11:57:55 -05:00
renovate[bot]
693372cd5f
Update dependency vsce to v1.87.0 ( #6271 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-12 14:23:41 +00:00
renovate[bot]
2c9a99167a
Update dependency mocha to v8.3.2 ( #6269 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-12 11:54:54 +00:00
renovate[bot]
87567de72f
Update dependency ts-loader to v8.0.18 ( #6264 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-11 13:52:15 +00:00
renovate[bot]
0c172d8ba3
Update dependency vsce to v1.86.0 ( #6260 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-10 12:14:59 -05:00
renovate[bot]
ab2dc66411
Update dependency @types/node to v12.20.5 ( #6253 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-09 13:20:44 -05:00
renovate[bot]
e66092a65c
Update dependency webpack to v5.24.4 ( #6247 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-08 12:43:40 +00:00
renovate[bot]
a3515e6b65
Update dependency @types/sinon to v9.0.11 ( #6242 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-07 14:46:31 +00:00
Jason Fields
9e8e012ecb
Faster builds: use ForkTsCheckerWebpackPlugin
to type check in separate process
2021-03-06 15:37:09 -05:00
renovate[bot]
19606c103b
Update dependency mocha to v8.3.1 ( #6238 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-06 10:36:24 +00:00
Jason Fields
63efa33f21
Proper implementation of whichwrap
...
Implement missing values, set default to 'b,s', and add some test cases
2021-03-04 22:39:14 -05:00
renovate[bot]
0e00682cad
Update dependency typescript to v4.2.3 ( #6232 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-04 18:43:31 -05:00
Jason Fields
23fdc704b0
Fix a few small bugs with <BS> in normal/visual modes
...
- In normal mode, wrap only if 'b' is in `whichwrap`
- Move back a character in visual line mode
- In all modes, treat <C-BS> and <S-BS> as <BS>
2021-03-04 14:57:47 -05:00
renovate[bot]
d5bce56e3e
Update dependency webpack to v5.24.3 ( #6222 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-03 16:16:19 -05:00
renovate[bot]
1b4040dc20
Update dependency vsce to v1.85.1 ( #6206 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-26 17:16:37 +00:00
renovate[bot]
f43b52d98a
Update dependency webpack to v5.24.2 ( #6200 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-24 17:09:38 -05:00
renovate[bot]
2171626fb4
Update dependency webpack to v5.24.1 ( #6195 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-23 18:51:31 -05:00
renovate[bot]
e7fb5608b4
Update dependency typescript to v4.2.2 ( #6194 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-23 18:42:29 -05:00
renovate[bot]
abb5c751db
Update dependency webpack to v5.24.0 ( #6188 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-22 18:54:21 -05:00
renovate[bot]
8a6158415e
Update dependency @types/node to v12.20.4 ( #6172 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-19 13:44:15 -05:00
WhiteSource Renovate
b2c9b29150
Update dependency @types/node to v12.20.3 ( #6164 )
2021-02-18 21:51:26 -05:00
Austin Clements
c2e0e1278d
Neovim config support ( #5071 )
...
Set `vim.neovimUseConfigFile` to true to use this feature
`vim.neovimConfigFile` points to the vimrc path; will use default path on system if left blank
Fixes #5045
2021-02-18 21:26:08 -05:00
renovate[bot]
a97114770d
Update dependency @types/node to v12.20.2 ( #6162 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-18 16:15:10 -05:00
renovate[bot]
0eff68bd45
Update dependency webpack to v5.23.0 ( #6161 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-18 12:29:11 -05:00
renovate[bot]
674bb978fe
Update dependency @types/mocha to v8.2.1 ( #6158 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-17 13:03:35 -05:00
renovate[bot]
a12d19a46c
Update dependency @types/node to v12.20.1 ( #6133 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-16 18:41:42 +00:00
renovate[bot]
77d9d82202
Update dependency vscode-test to v1.5.1 ( #6148 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-15 21:02:37 -05:00
renovate[bot]
92fcd4432b
Update dependency webpack to v5.22.0 ( #6145 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-15 11:19:18 +00:00
renovate[bot]
906ec156a5
Update dependency mocha to v8.3.0 ( #6127 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-11 14:36:16 -05:00
renovate[bot]
881c74f3c8
Update dependency typescript to v4.1.5 ( #6121 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 16:19:08 -05:00
renovate[bot]
89687b804c
Update dependency ts-loader to v8.0.17 ( #6120 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-10 19:06:22 +00:00
renovate[bot]
b2cbbb332a
Update dependency typescript to v4.1.4 ( #6116 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-09 21:21:56 +00:00
renovate[bot]
293487df88
Update dependency ts-loader to v8.0.16 ( #6112 )
2021-02-08 13:59:28 -05:00
renovate[bot]
1fefcb6541
Update dependency webpack to v5.21.2 ( #6109 )
2021-02-07 15:00:06 -05:00
renovate[bot]
2f59378faf
Update dependency webpack to v5.21.1 ( #6106 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-06 11:18:58 +00:00
renovate[bot]
a149bc62fb
Update dependency webpack to v5.21.0 ( #6105 )
2021-02-05 17:51:51 -05:00
rebornix
4aff6cdde2
re #6104 . jk to move between cells.
2021-02-05 11:03:39 -08:00
rebornix
d6221a8874
bump version
2021-02-05 10:43:29 -08:00