Commit Graph

6741 Commits

Author SHA1 Message Date
renovate[bot]
794441aa8d
Update dependency prettier to v2.8.6 (#8326) 2023-03-21 10:04:06 -04:00
Jason Fields
a0e3fd895d Update lib/target in tsconfig to ES2021 2023-03-20 22:59:29 -04:00
renovate[bot]
0085650d49
Update dependency @types/node to v16.18.18 (#8325) 2023-03-20 19:33:56 -04:00
renovate[bot]
ad9e92fedd
Update dependency prettier to v2.8.5 (#8322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-20 10:50:44 +00:00
Jason Fields
ab7b757927 Stop HistoryTracker from using activeTextEditor directly 2023-03-17 00:44:32 -04:00
Jason Fields
4a5ada633e Delete a few minor things in HistoryTracker 2023-03-16 21:48:48 -04:00
Jason Fields
3269f878d1 Delete actions/include-all.ts 2023-03-16 21:03:01 -04:00
Jason Fields
148f45409a Delete typings/promised-neovim-client.d.ts 2023-03-16 20:45:09 -04:00
Jason Fields
85e5ee7d54 Small refactor in ModeHandlerMap 2023-03-16 20:16:05 -04:00
Jason Fields
21ed335a18 Fix test 2023-03-16 20:15:32 -04:00
Jason Fields
7ac4a824c1 Move lastInvokedMacro to globalState so it's shared among editors 2023-03-16 18:08:39 -04:00
Jason Fields
86e9a773b1 Delete unused RecordedState getter 2023-03-16 17:29:15 -04:00
Jason Fields
50e8db1221 Skip flaky test for now 2023-03-16 16:14:29 -04:00
Jason Fields
100845f7ad Bail from onDidChangeTextEditorSelection callback if we're in output panel 2023-03-16 15:10:39 -04:00
renovate[bot]
2a38566c62
Update dependency typescript to v5 (#8315) 2023-03-16 13:51:10 -04:00
renovate[bot]
dfe7ec0707
Update dependency webpack to v5.76.2 (#8313) 2023-03-16 13:42:02 -04:00
renovate[bot]
c19bfdcb17
Update dependency lint-staged to v13.2.0 (#8312) 2023-03-15 15:28:42 -04:00
renovate[bot]
2213596b3e
Update dependency parsimmon to v1.18.1 (#8311) 2023-03-15 15:08:09 -04:00
renovate[bot]
0696be16bc
Update dependency @types/node to v16.18.16 (#8307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-14 07:24:07 +00:00
renovate[bot]
c7fa82b737
Update dependency @types/node to v16.18.15 (#8306) 2023-03-13 15:24:03 -04:00
Jason Fields
363c52c8b5 Get rid of a few uses of deprecated TextEditor util functions 2023-03-13 11:37:59 -04:00
Jason Fields
c0628da851 Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
Jason Fields
e38d60b6af Pull some tests out of extremely bloated modeNormal.test.ts into dedicated files 2023-03-12 19:03:49 -04:00
renovate[bot]
15cb5ecde6
Update dependency sinon to v15.0.2 (#8304) 2023-03-12 19:01:10 -04:00
Jason Fields
ccdd4ce069 Rely a bit less on fs import in tests 2023-03-12 16:29:00 -04:00
Jason Fields
4fccf13aa8 Re-enable some skipped tests on windows 2023-03-12 00:16:54 -04:00
Jason Fields
e63ac7e327 By default, don't save file to disk before starting test 2023-03-11 23:17:55 -04:00
Jason Fields
3e29d4bfd2 In suites where it's unnecessary, don't do full setup/teardown for each test 2023-03-11 22:38:30 -04:00
Jason Fields
a3416726e2 Some more test harness cleanup 2023-03-11 20:03:12 -05:00
Jason Fields
7570f28d51 Simplify test cleanup
Hopefully this doesn't just work on my machine... I think that TODO was just out of date, but we'll see
2023-03-11 16:58:07 -05:00
Jason Fields
af8052c119 Update setup-node GitHub Action to v3 2023-03-11 16:27:25 -05:00
Jason Fields
b6e93a1f55 Speed up test setup a bit by skipping explicit ExtensionEnable and setContext 2023-03-11 16:23:11 -05:00
Jason Fields
f60d146328 Even more test harness rationalization 2023-03-11 15:54:24 -05:00
Jason Fields
b3cc0e3a3c More simplification of the test "simplifier" 2023-03-10 22:39:58 -05:00
Jason Fields
9529c521b0 Refactor test harness a bit 2023-03-10 22:22:35 -05:00
renovate[bot]
65a72b9178
Update dependency webpack to v5.76.1 (#8300) 2023-03-10 19:55:13 -05:00
liqiang
64f598299d
Fix issue with shift + mouse selection from bottom to top (#8281) 2023-03-10 13:06:33 -05:00
Jason Fields
e5973bbc5b Remove suppressImplicitAnyIndexErrors flag from tsconfig
This is deprecated as of typescript 5.0 and obviously just bad practice.
2023-03-09 21:13:41 -05:00
renovate[bot]
f2bbb60bd9
Update dependency webpack to v5.76.0 (#8292) 2023-03-08 17:38:42 -05:00
renovate[bot]
4747861c74
Update dependency fork-ts-checker-webpack-plugin to v8 (#8283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-06 01:51:38 +00:00
djogy
c2029169ad
Update install prerequisites: Nodejs v16.x (#8282) 2023-03-05 16:08:08 -05:00
renovate[bot]
d0a2045cd3
Update dependency @types/node to v16.18.14 (#8275) 2023-03-02 11:16:56 -05:00
Jason Fields
58e53c45cc Fix lint-staged config formatting 2023-03-01 23:30:36 -05:00
Jason Fields
0953cc8a10 bump version 2023-03-01 23:28:35 -05:00
Elmar Peise
6de0a63f4d
Fixes #8192: Command args are passed as lists (#8193)
Previously command args were passed as a single list argument instead of positional arguments. When no arguments were given the command was called with an empty list.
Now the arguments are spread (passed as positional arguments).
2023-03-01 23:20:38 -05:00
Joan Lucas
a5567225f4
Fixes #1876: Added option to save as with :w <filename> (#8270) 2023-03-01 23:12:30 -05:00
Jason Fields
e56b0e5c26 Run prettier on .json files as well 2023-03-01 22:58:13 -05:00
Jason Fields
d194550493 Get rid of unnecessary npx invocation 2023-03-01 22:47:19 -05:00
Jason Fields
0a2c6d3ffa Add tslint pre-commit hook 2023-03-01 22:40:20 -05:00
Jason Fields
c93b5e65ff Get rid of gulp-tslint, refs #7607 2023-03-01 22:35:21 -05:00