Commit Graph

1389 Commits

Author SHA1 Message Date
renovate[bot]
a7541c8145
Update dependency @types/sinon to v10.0.3 (#7098)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-21 03:51:04 +00:00
renovate[bot]
bd5e846813
Update dependency ts-loader to v9.2.6 (#7096)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-20 22:38:10 +00:00
renovate[bot]
02218033a1
Update dependency webpack to v5.53.0 (#7091)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-16 15:58:06 +00:00
renovate[bot]
fe14a586eb
Update dependency prettier to v2.4.1 (#7090)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-16 11:01:56 +00:00
WhiteSource Renovate
2ce6c12818
Pin dependency @types/parsimmon to 1.10.6 (#7088) 2021-09-15 22:57:56 -04:00
Jason Fields
22a1a66d91 Completely re-write core of ex command parser
Here's a refactor that's long overdue: ex command parsing.
We have (for some reason) been using a custom-built parser which is
incomplete, buggy, and complicated.
Now we're using Parsimmon, a parser combinator library.

This fixes a few bugs and implements a few small features, but it's
mostly a small step toward more complete support for Vimscript.

Some next steps:
  - Support patterns in LineRanges
  - Improve ex command argument parsing by using Parsimmon
  - Support comments, combining commands with `|`
2021-09-15 22:53:28 -04:00
renovate[bot]
19e20cbedb
Update dependency @types/lodash to v4.14.173 (#7087)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-16 01:01:31 +00:00
renovate[bot]
45403b3277
Update dependency @types/node to v12.20.25 (#7086)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-15 00:00:39 +00:00
renovate[bot]
94a79f3b46
Update dependency typescript to v4.4.3 (#7077)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-10 18:52:15 -04:00
renovate[bot]
2bc20df8a2
Update dependency vsce to v1.99.0 (#7076)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-10 13:24:07 +00:00
renovate[bot]
867ec6f283
Update dependency webpack to v5.52.1 (#7075)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-10 11:03:02 +00:00
renovate[bot]
ffbb202979
Update dependency prettier to v2.4.0 (#7073)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 13:14:27 +00:00
renovate[bot]
1fcd1e2acd
Update dependency source-map-support to v0.5.20 (#7072)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 11:36:49 +00:00
renovate[bot]
cad7c1158e
Update dependency @types/node to v12.20.24 (#7063)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-07 09:48:37 +00:00
renovate[bot]
ffb2fb7482
Update dependency vsce to v1.97.0 (#7060)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 15:22:42 +00:00
Renovate Bot
fecb75af21 Update dependency webpack-stream to v7 2021-09-04 17:29:36 -04:00
Jason Fields
795fcb4aa7 Replace vscode-test dependency with @vscode/test-electron 2021-09-04 16:41:00 -04:00
renovate[bot]
d38d537115
Update dependency webpack to v5.52.0 (#7054)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-03 12:21:05 -04:00
renovate[bot]
ff197e6e27
Update dependency fork-ts-checker-webpack-plugin to v6.3.3 (#7053)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-03 11:43:23 +00:00
renovate[bot]
fcac5c5424
Update dependency webpack to v5.51.2 (#7050)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-02 10:49:40 -04:00
renovate[bot]
6770cd0964
Update dependency clean-webpack-plugin to v4 (#7048)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-01 15:30:04 +00:00
Sandeep Somavarapu
dadcbda745
make vim strict ui extension (#7049) 2021-09-01 08:08:19 -07:00
renovate[bot]
f7ee801958
Update dependency vsce to v1.96.3 (#7046)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-01 13:37:26 +00:00
renovate[bot]
94a073767f
Update dependency @types/node to v12.20.23 (#7044)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 20:25:02 -04:00
renovate[bot]
81b501daa2
Update dependency @types/node to v12.20.22 (#7040)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-31 18:30:49 +00:00
Jason Fields
c0474b3fa3 Refactor matchpairs to allow for pairs other than <,>
Refs #4855
2021-08-31 00:43:23 -04:00
sql-koala
19c2a02d36
Support matchpairs option for < and > (#5066)
Fixes #4855
2021-08-31 00:08:19 -04:00
Jason Fields
482cf9c518 bump version 2021-08-30 22:10:46 -04:00
renovate[bot]
850db3c57d
Update dependency vsce to v1.96.2 (#7036)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-30 11:02:47 -04:00
renovate[bot]
139ecf0edc
Update dependency mocha to v9.1.1 (#7032)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-28 15:49:57 +00:00
renovate[bot]
104cf4779a
Update dependency typescript to v4.4.2 (#7031)
For now, `--useUnknownInCatchVariables` is disabled
2021-08-26 23:05:13 -04:00
renovate[bot]
feff1624f6
Update dependency @types/node to v12.20.21 (#7028)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-25 21:32:28 -04:00
renovate[bot]
f7b0be1039
Update dependency @types/node to v12.20.20 (#7018)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-20 21:55:20 -04:00
renovate[bot]
549c705c04
Update dependency mocha to v9.1.0 (#7013)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-20 10:36:00 +00:00
renovate[bot]
0f9cafe525
Update dependency webpack to v5.51.1 (#7012)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-19 17:05:36 +00:00
renovate[bot]
07ec6c30be
Update dependency webpack to v5.51.0 (#7011)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-19 11:44:54 +00:00
renovate[bot]
18ff5c15f4
Update dependency webpack-cli to v4.8.0 (#6999)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-15 22:48:25 +00:00
renovate[bot]
60c1f62e60
Update dependency webpack to v5.50.0 (#6990)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 13:32:50 +00:00
renovate[bot]
ef0e43af13
Update dependency fork-ts-checker-webpack-plugin to v6.3.2 (#6989)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 12:39:42 +00:00
renovate[bot]
d6d3a2c600
Update dependency ts-loader to v9.2.5 (#6988)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 11:49:43 +00:00
renovate[bot]
17eac98870
Update dependency sinon to v11.1.2 (#6987)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 11:00:51 +00:00
renovate[bot]
8741a14235
Update dependency mocha to v9.0.3 (#6986)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 10:03:59 +00:00
renovate[bot]
6f87c8c508
Update dependency @types/node to v12.20.19 (#6985)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 08:48:49 +00:00
renovate[bot]
34a92c7f8f
Update dependency @types/lodash to v4.14.172 (#6984)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 07:35:25 +00:00
rebornix
0c0477a237 bump version 2021-08-10 21:04:31 -07:00
renovate[bot]
e541c249fc
Update dependency @types/mocha to v9 (#6904)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-22 15:06:21 +00:00
renovate[bot]
e3495345fb
Update dependency webpack to v5.46.0 (#6903)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-22 12:26:06 +00:00
renovate[bot]
926ad7dec3
Update dependency vsce to v1.96.1 (#6897)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-21 11:03:37 -04:00
Jason Fields
83ddf644a1 Adopt new createStatusBarItem API with id and name
Fixes #6741
2021-07-20 20:27:21 -04:00
Jason Fields
c9ea28de86 Use statusBarItem.errorForeground and statusBarItem.errorBackground ThemeColors
Fixes #6100
2021-07-20 20:08:21 -04:00