4569 Commits

Author SHA1 Message Date
Matt Bierner
d2d760ce90 Fixx TS snippets
e694de979fe0a4240192c4f8f7d200b1d83e6f03 but forgot to stage the proper fix in the commit

Fixes #44638
2018-02-27 11:27:17 -08:00
Matt Bierner
e7d138d295 Bump markdown exension version 2018-02-27 11:23:02 -08:00
Matt Bierner
0cefddb980 Bump TS extension version 2018-02-27 11:22:38 -08:00
Matt Bierner
2af32b8873 Bump TS-basics extension version 2018-02-27 11:22:16 -08:00
Matt Bierner
e694de979f Fix TS snippets
TS snippets now live in ts-basics instead of the regular ts extension
2018-02-27 11:20:42 -08:00
kieferrm
ce02d1d7f5 change classification of tsserver.exitWithCode 2018-02-27 10:35:39 -08:00
Pine Wu
d1d1e651e0 handle fs exceptions gracefully. fix #44506 2018-02-27 10:27:29 -08:00
Joao Moreno
7201035735 fixes #43234 2018-02-27 18:14:16 +01:00
Erich Gamma
1a8ff9edff Bump version number 2018-02-27 16:00:43 +01:00
Christof Marti
a83ea2b316 Bump version (#43978) 2018-02-27 15:56:35 +01:00
Martin Aeschlimann
8d0f22fd01 built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:22:19 +01:00
Martin Aeschlimann
8bd41ceeca built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:16:07 +01:00
Joao Moreno
d7df300c7a bump git version 2018-02-27 13:03:00 +01:00
Martin Aeschlimann
34265d7e29 [powershell] update grammar (revert to 1.20) 2018-02-27 11:57:49 +01:00
Benjamin Pasero
1a84a88273 fix hygiene 2018-02-27 06:57:30 +01:00
Matt Bierner
df05bb1cff Fix potential null access for visibleRanges 2018-02-26 18:07:34 -08:00
Matt Bierner
ecc7279182 Remove resourceColumn logic for markdown previews
Makes dynamic markdown previews always sync to any markdown document that is active instead of only ones that become active in  a specific column. The old behavior became very confusing once you start moving markdown previews about
2018-02-26 18:00:04 -08:00
Ramya Achutha Rao
f10b71e994 Avoid setting completion items as undefined 2018-02-26 17:52:27 -08:00
Matt Bierner
cfcc5c8121 Annotate param with jsdoc type 2018-02-26 17:46:25 -08:00
Matt Bierner
68c21cde76 Prevent out of range line acecss on markdown preview scrolling when user scrolls to end of document 2018-02-26 17:17:22 -08:00
Matt Bierner
6b85d3afdc Fix markdown show preview 2018-02-26 17:09:23 -08:00
Matt Bierner
cfbebc3faf Fix bad merge 2018-02-26 16:52:30 -08:00
Matt Bierner
2279b4d252
Scroll sync markdown editor with markdown preview (#44454)
Fixes #19459

Syncs the markdown preview's viewport with the markdown editor's using the proposed visible ranges API
2018-02-26 16:46:54 -08:00
Matt Bierner
5f25d3c167 Update js/ts grammars 2018-02-26 16:35:57 -08:00
Matt Bierner
6b743d8c61 Prevent multiple markdown previews of the same type in the same editor group 2018-02-26 16:35:57 -08:00
Pine Wu
e22aac5b52 correctly handle new value and range from html service 2018-02-26 16:33:03 -08:00
Pine Wu
5a67acfb17 Avoid running pathCompletion in languages other than html 2018-02-26 16:30:29 -08:00
Matt Bierner
b34585bc6d Make sure we dispose of markdown preview on webview dispose 2018-02-26 15:51:15 -08:00
Matt Bierner
4d95590a81 Use onDid* type event names in webview 2018-02-26 15:51:15 -08:00
Matt Bierner
6f5f757479 Use fspath for reveal line to fix drive letter case differences 2018-02-26 15:11:51 -08:00
Pine Wu
e6200af9a0 Merge branch 'master' of github.com:Microsoft/vscode 2018-02-26 15:04:39 -08:00
Pine Wu
3b5a1c3907 address ramya's feedback on html completion participants 2018-02-26 15:04:32 -08:00
Ramya Achutha Rao
57572a12e9 Use latest emmet helper 2018-02-26 14:59:25 -08:00
Alex Dima
47d249b651 More fixing invalid JSON in typescript extension that breaks the build 2018-02-26 23:53:30 +01:00
Alex Dima
e1dc91fc04 Fix invalid JSON in typescript extension that breaks the build 2018-02-26 23:45:53 +01:00
Martin Aeschlimann
44a45f8bad typescript.experimental.syntaxFolding (#44444) 2018-02-26 14:06:51 -08:00
Christof Marti
8eddfa2cfb Fix TypeScript features in Interactive Playground (fixes #44172) (#44443) 2018-02-26 14:05:24 -08:00
Martin Aeschlimann
7e97f98c41 compile errors in html 2018-02-26 22:06:44 +01:00
Matt Bierner
26cbbea694 Add webview.show method to show a webview in a given group
Fixes #44430
2018-02-26 12:56:23 -08:00
Matt Bierner
205143c088 Move onDidChangeTextEditorSelection into Markdown preview 2018-02-26 12:56:23 -08:00
Matt Bierner
95b3bc9af4 Move onDidChangeTextDocument into MarkdownPreview 2018-02-26 12:56:23 -08:00
Matt Bierner
037747734f Hook up markdown preview onDispose 2018-02-26 12:56:23 -08:00
Matt Bierner
4f00d4c520 Make resource private in markdown preview 2018-02-26 12:56:22 -08:00
Matt Bierner
1d864d8419 Move webview creation into MarkdownPreview 2018-02-26 12:56:22 -08:00
Matt Bierner
e6105ab277 Add a way to 'pin' a markdown preview
Fixes #44429
2018-02-26 12:56:22 -08:00
Matt Bierner
5627c11660 Set markdown context based on scheme 2018-02-26 12:56:22 -08:00
Martin Aeschlimann
292a290e3f Rename built-in syntax and snippet extensions to "Language Basics". Fixes #44241 2018-02-26 21:27:22 +01:00
Martin Aeschlimann
033d21d196 Change python block comment to """. Fixes #42767 2018-02-26 21:23:19 +01:00
Martin Aeschlimann
f7167ccda7
Merge pull request #44144 from Microsoft/octref/html-path-completion
Html path completion. Fix #2037
2018-02-26 20:55:13 +01:00
Martin Aeschlimann
9ca6bf4743 vscode-html-languageservice: 2.0.17-next.3 2018-02-26 20:54:24 +01:00