Commit graph

6673 commits

Author SHA1 Message Date
Pine Wu 2b0cee0eba contributes.css.customData for #66414 2019-01-11 12:21:25 -08:00
Pine 3e8028e5d8
Merge pull request #66228 from Microsoft/octref/customCSSData
css.experimental.customData
2019-01-11 11:57:26 -08:00
Pine Wu 67973726b6 Upgrade css service version 2019-01-11 11:20:47 -08:00
Pine c42df918e5
Merge pull request #66306 from Microsoft/octref/html-workspace-folders
Handle workspace folder reading for custom HTML data
2019-01-11 11:18:02 -08:00
Matt Bierner 2f5d88899d Make NoContentResponse an constant instead of a class 2019-01-11 11:04:58 -08:00
Matt Bierner 60f232b246 Include TypeScript version in errors logged to dev tools
Fixes #66368
2019-01-11 11:04:58 -08:00
Matt Bierner 3da39a64dd Improve logging of TypeScript server errors
Fixes #66366
Fixes #66367

Avoid printing the error twice in the trace

Make sure we show helpful error information in the VS Code dev tools when a TS server error occurrs
2019-01-11 11:04:57 -08:00
Matt Bierner d2a8ca946f Use isCancellationRequested 2019-01-11 11:04:57 -08:00
Matt Bierner 66511a0bdb Interup geterror during rename
Rename is a user triggered operation and should interupt long run error computations
2019-01-11 11:04:57 -08:00
SteVen Batten ccdd2997a6
update AI module (#66370)
fixes #64849
2019-01-10 17:43:25 -08:00
Martin Aeschlimann ed48143239
Merge pull request #66072 from mathiasvr/patch-2
HTML Snippet: Consistent void tags
2019-01-10 15:58:17 +01:00
Matt Bierner 344f4fa361 Make sure we update the markdown document on config changes 2019-01-09 19:32:53 -08:00
Matt Bierner 758280cc47 Extract TokenCache 2019-01-09 19:27:41 -08:00
Matt Bierner 5496ba7617 Prevent possible race while initilizing markdown engine 2019-01-09 19:18:23 -08:00
Matt Bierner 1bbc0e3b4d Deprecate the previewFrontMatter setting
Switch to always hiding the frontmatter and then allowing markdown-it plugins to render it properly if they wish. `previewFrontMatter: "show"` is also not very useful since it usually results in a jumble of text at the top of the file

This is required with the new performance work to avoid re-tokenizing the document  multiple times during rendering
2019-01-09 19:05:55 -08:00
Matt Bierner e325cce9bc Fixing markdown unit tests 2019-01-09 18:15:34 -08:00
Matt Bierner 9140285092
Merge pull request #65953 from skprabhanjan/fix-65575
Fix-65575 MarkdownIt plugins (or Rules) called multiple times for one input
2019-01-09 17:41:47 -08:00
Matt Bierner 3580109d05 Pick up new TS version 2019-01-09 17:37:41 -08:00
Pine Wu 177b805150 Handle workspace folder reading 2019-01-09 16:16:04 -08:00
Pine Wu 9efac59949 Improve custom data reading 2019-01-09 15:55:55 -08:00
Matt Bierner 7e86998ef9 Fixes #66247
Allow markdown comments to match blocks that contain extra docs on first line
2019-01-09 12:58:20 -08:00
Pine Wu 70696746b0 Address feedback 2019-01-09 12:43:51 -08:00
Matt Bierner 299997228d Don't include object key types in completeFunctionCalls
Fixes #66297
2019-01-09 11:52:02 -08:00
Matt Bierner e44801f2b3 Fix inserting of duplicate calls when using typescript.suggest.completeFunctionCalls
Fixes #18131
2019-01-08 16:25:07 -08:00
Matt Bierner f49c40947e Add test for completeFunctionCalls 2019-01-08 16:07:40 -08:00
Matt Bierner 6eeb11ecf2 Extract updateConfig 2019-01-08 15:53:11 -08:00
Pine Wu 9d8216aecd Remove extra settings.json 2019-01-08 12:43:12 -08:00
Pine Wu f7894236ee css.experimental.customData 2019-01-08 11:42:52 -08:00
Martin Aeschlimann 20906c33c4 [json] IntelliSense doesn't work for scoped packages in package.json. Fixes #62377 2019-01-08 17:42:52 +01:00
pkoushik a6b761b033 fix-65575 Updated tokenize method - Returns cached token if exists or newly created token and cache it 2019-01-08 15:22:29 +05:30
Matt Bierner d9e2246c9b Temporarily revert using word range for TS completions due to #66187 2019-01-07 17:49:58 -08:00
Alex Dima 7a835ad264 Fixes #63407 2019-01-07 15:28:23 +01:00
Joao Moreno ff157f90a0 add unshallow as an option for git pull 2019-01-07 11:22:26 +01:00
Joao Moreno bba335ab63 Merge commit 'refs/pull/65786/head' of github.com:Microsoft/vscode into pr/65786 2019-01-07 11:15:18 +01:00
Joao Moreno c4a1b80e48 fix git settings scope 2019-01-07 09:58:34 +01:00
Matt Bierner 9d2787e42e Accepting a member completion should result in valid code
Fixes #58597

Default to replacing the word range in js/ts. This is a change in core behavior so  we'll need to see what the feedback is like for it.
2019-01-04 18:09:48 -08:00
Matt Bierner 7a4944fb64 Add pinning test for paren accept character on bracket completion 2019-01-04 18:08:17 -08:00
Matt Bierner 6494c1c513 Adding pinning test for function treating paren as commit character 2019-01-04 18:01:01 -08:00
Matt Bierner 24cb22200e Move wait to setup block 2019-01-04 17:33:08 -08:00
Matt Bierner 6366adf510 Add pinning test for period treated as bracket trigger character 2019-01-04 17:30:26 -08:00
Mathias Rasmussen fd638edefd
HTML Snippet: Consistent void tags 2019-01-05 02:18:35 +01:00
Matt Bierner b166d5896f Add basic pinning test for commit character var completion 2019-01-04 16:56:42 -08:00
Matt Bierner 483adec7a5 Add simple pinning test for basic completion 2019-01-04 16:49:40 -08:00
Matt Bierner df2d0c0fee Add pinning test for #53962 2019-01-04 16:29:19 -08:00
Matt Bierner 873fc8fc38 Enable tslint number-literal-format 2019-01-04 15:45:28 -08:00
Matt Bierner a131278f4a Enabling no-redundant-jsdoc for tslint 2019-01-04 15:34:50 -08:00
Matt Bierner c109d319fe Second pass converting for index based looping to for-of loops
More manual conversion of index based for loops to for-of loops
2019-01-04 12:03:23 -08:00
Martin Aeschlimann 6aa8f50d63 [xml] Don't report *.config files as XML. Fixes #63462 2019-01-04 17:26:43 +01:00
Martin Aeschlimann d72bc587c3 [themes] fix commit hash for themes copied from Colorsublime/Colorsublime-Themes 2019-01-04 17:08:20 +01:00
Martin Aeschlimann 6be20f4f76 [seti] script to update commitHash in cgmanifest 2019-01-04 17:08:20 +01:00