Commit Graph

8 Commits

Author SHA1 Message Date
Jason Fields
0255624077 Make gulp [force]prettier handle .json files 2020-06-18 12:53:41 -04:00
Keith Ferney
2a3881431b Add tab completion on vim command line (#3639)
* added tab support  for commands in command mode

* Merge branch 'master' of https://github.com/VSCodeVim/Vim

* missed a file in merge

* add cursor to search mode and update tab completion

* file completion on tab support #745

* file completion

* fix missed merge conflicts

* add path symbols to tab autocomplete '~/', './', '../', '/'

* replace var with let/const

* tab completion optimizations and refactors

* fix esc in search mode conflict

* remove tabCompletion.ts because it had the wrong name format

* add command line tab completion tests

* tab completion test add space after comma's

* tab completion test equal instead of not equal

* remove console log

* added cursor location test and moved GetTrimmed from statusBar to actions CommandNavigateInCommandlineOrSearchMode

* moved absolute path calculation to path util and created more verbose tests for command line tab completion

* remove console.log from cursorLoaction.test.ts

* missed a merge conflict

* rename AbsolutePathFromRelativePath to GetAbsolutePath, update the comment to match and use untildify instead of os.homedir()

* revert changes to package-lock.json
2019-05-09 22:10:28 -07:00
Jason Poon
30dd02b025 fix: wierd spacing in launch/tasks.json 2018-02-22 07:21:53 -08:00
Jason Poon
56461c84f2
fix vscode launch/tasks (#2121) 2017-11-09 13:02:45 -05:00
Jason Poon
9b7c7333ed refactor taskqueue 2017-10-13 11:54:40 -07:00
johnfn
3824f12442 Add another build option for the impatient. 2016-10-03 01:50:10 -07:00
Jason Poon
bb9ede49da build on extension/test launch (#755) 2016-09-11 22:39:02 -07:00
guillermooo
6652b63929 scaffold project 2015-11-12 20:51:40 +01:00