Commit graph

6577 commits

Author SHA1 Message Date
Matt Bierner 494e5e8509 Fix bug for completing function name parameters if function name contained special snippet syntax 2018-12-23 22:22:38 -06:00
davidwu226 2e877e280a Fix invalid JSON. (#65447) 2018-12-23 20:19:29 -08:00
Pine Wu b0cf047d8e Fix #62325 2018-12-21 11:36:19 -08:00
Alex Ross 1386fba3be Don't show the output panel in jake and grunt extensions
Fixes #64900
2018-12-20 14:54:55 +01:00
Joao Moreno 6de43eec8d Merge commit 'refs/pull/59163/head' of github.com:Microsoft/vscode into pr/59163 2018-12-20 12:51:58 +01:00
Joao Moreno 6d31c16989 💄 2018-12-20 12:37:04 +01:00
Joao Moreno cdb8a86fd0 git ignore: save after apply edit 2018-12-20 11:33:01 +01:00
Joao Moreno 349b0d454e fix git.openDiffOnClick scope 2018-12-20 10:17:26 +01:00
Matt Bierner 23508cf1a0 Update markdown dependencies 2018-12-19 13:40:54 -08:00
Matt Bierner aa301e3435 Update js/ts grammar 2018-12-19 13:40:54 -08:00
Prabhanjan S Koushik 55ebf93842 fix-65287 Added webviewManager.refresh() (#65396) 2018-12-19 11:05:57 -08:00
Pine Wu e489f935a2 Ensure no spaces when working on html LS 2018-12-19 09:14:49 -08:00
João Moreno 034ff33eb4
Merge pull request #64305 from Microsoft/misolori/open-change-icons
Update "Open changes" icons to better reflect diff changes
2018-12-19 08:43:09 +01:00
Matt Bierner 04cb6a4c77 Prevent example jsdoc highlighting block from potentially leaking
Fixes #65181
2018-12-17 16:22:52 -08:00
Matt Bierner 21d29aeb45 Update js/ts grammar 2018-12-17 15:50:25 -08:00
Matt Bierner 8ac2c23fdc Don't force convert fixable diagnostics to numbers
Fixes #64848 for the VS Code side
2018-12-14 14:57:37 -08:00
Matt Bierner 45c34a2c51 Remove extra Array.from 2018-12-14 14:57:37 -08:00
Matt Bierner 7632e0133e Use clear 2018-12-14 14:57:37 -08:00
Matt Bierner 83ce38f6de Make fixPathPrefixes a bit more resiliant 2018-12-14 14:57:36 -08:00
Pine Wu 9b5795b0fe Fix #64993 2018-12-14 14:19:05 -08:00
Prabhanjan S Koushik 0f5b2d14e7 Fix #64253 - Support ~/ paths for typescript.tsdk (#64892)
* fix-64253 Added fixPathPrefixes

* fix-64253 Removed  and handled ~/path
2018-12-14 14:18:24 -08:00
Matt Bierner a87dc2b62f Interup getError for refactor and updatePaths on rename
These are user triggered operations that should interupt the background getError requests
2018-12-14 13:48:53 -08:00
Matt Bierner d02be78457 Show progress during update JS/TS imports
Fixes #64986
2018-12-14 13:29:57 -08:00
Matt Bierner 90f36693c9 Extend disposable 2018-12-14 12:54:07 -08:00
Matt Bierner bb8fc43f72 Remove un-needed cast 2018-12-14 12:52:48 -08:00
Alex Ross edd216eb0c Gulp task detection shouldn't open output
Fixes #64900
2018-12-14 16:03:52 +01:00
Matt Bierner 6b89247875 Allow extension contributed TS plugins to be loaded for workspace versions of TS
Fixes #65031

Adds a `enableForWorkspaceTypeScriptVersions` flag (default false) to the plugins contributions that  allows a contributed plugin to be loaded for workspace versions of ts
2018-12-13 14:29:32 -08:00
Matt Bierner 5dc52f0617 Extract getCodeLensLabel 2018-12-12 18:07:37 -08:00
Matt Bierner c36794253c Update css features engines version
The current version generates a warning in our build
2018-12-12 18:07:37 -08:00
Matt Bierner 54386cc1f4 Fix word pattern
Too much escaping :0
2018-12-12 15:30:49 -08:00
Matt Bierner 66e07e14a4 Fix regexp 2018-12-12 15:18:46 -08:00
Matt Bierner a637dd7261 Avoid unicode regexp literal
This breaks our minifier step
2018-12-12 13:27:08 -08:00
Alex Ross 6c6cd0aab4 Update grammars 2018-12-12 17:25:07 +01:00
Matt Bierner 314b7d75a3 Use text icon for js text suggestions
Fixes #64777
2018-12-11 16:18:58 -08:00
Matt Bierner a2078fd559 Strict null auto add 2018-12-11 12:50:45 -08:00
Matt Bierner 100adeb3e9 Use more generic word pattern for markdown
Try to better support handle of unicode in markdown by using a word definition that use unicode character class

Fixes #15177
2018-12-10 18:24:10 -08:00
Matt Bierner 07955472e7 Format 2018-12-10 17:26:45 -08:00
Matt Bierner 7683decdb5 Adding more tests for cached response 2018-12-10 14:12:33 -08:00
Matt Bierner 2b7278c712 Adding better test case for not caching cancelled responses 2018-12-10 14:12:33 -08:00
Matt Bierner 68e0182064 Add test for not caching cancelled response 2018-12-10 14:12:33 -08:00
Matt Bierner 863aee78b6 Adding basic test for cached response 2018-12-10 14:12:33 -08:00
Matt Bierner aa990b4528 Don't cache cancelled ts server responses
Fixes #64649
2018-12-10 14:12:33 -08:00
João Moreno 0cdd4b1241
Merge pull request #64619 from Microsoft/rmacfarlane/git-apply
Add GitErrorCode to apply command
2018-12-10 10:32:59 +01:00
Matt Bierner 8b4924d755 Build VS Code using TS 3.2
Fixes #64631
2018-12-07 14:25:14 -08:00
Matt Bierner a4bed89652 💄 2018-12-07 14:25:14 -08:00
Matt Bierner 98f236872e Use undefined instead of null 2018-12-07 14:25:14 -08:00
Matt Bierner 3fc69f20ab Add toOpenedFilePath method
Make sure we don't try making requests against TS for files that are not currently open
2018-12-07 14:25:14 -08:00
Matt Bierner 7140c91245 Never return undefined for cachedResponse.execute 2018-12-07 14:25:14 -08:00
Matt Bierner 98605b6a4e Extract cached response to own file 2018-12-07 14:25:14 -08:00
Rachel Macfarlane e27511826f Add GitErrorCode to apply command 2018-12-07 10:21:03 -08:00