Matt Bierner
8c103aaf3c
Split previewManager out into own file
2018-02-28 12:47:14 -08:00
Matt Bierner
8bbf75c069
Use "markdown.preview.*" name for commands that are preview specific
2018-02-28 12:47:14 -08:00
Matt Bierner
94ea10f938
Use more standard name for markdown preview context key
2018-02-28 11:51:50 -08:00
Matt Bierner
7d8c3bb953
Add command to toggle markdown preview locking
...
Fixes #44529
2018-02-28 11:41:46 -08:00
Matt Bierner
8fff87bf4f
Rename markdown pinned preview to locked preview
...
#44529
2018-02-28 11:25:52 -08:00
Ramya Achutha Rao
31f3a21523
Update icon for Emmet
2018-02-28 11:17:56 -08:00
Martin Aeschlimann
1aaf68c2c3
[less] update service ( fixes #42271 )
2018-02-28 17:39:32 +01:00
Erich Gamma
5a7ed0f6e9
Change scope of exclude setting to resource
2018-02-28 16:57:38 +01:00
Erich Gamma
a6dde81592
Fixing #31217 npm script not detected if the package.json is not in root folder
2018-02-28 16:51:43 +01:00
Martin Aeschlimann
4a7317e4b9
css/json/html: improve icon colors
2018-02-28 14:53:32 +01:00
Martin Aeschlimann
7b98237ad5
CSS/JSON/HTML icons. For #44626
2018-02-28 13:57:35 +01:00
Erich Gamma
bc540f119d
externalize strings
2018-02-28 12:28:25 +01:00
Martin Aeschlimann
f8b2e22b89
Missing JSON schema in tsconfig.json. Fixes #44718
2018-02-28 11:00:49 +01:00
Matt Bierner
d202b5fa70
Fix md preview settings not getitng applies until reopen
...
Fixes #44577
2018-02-28 00:51:29 -08:00
Dániel Tar
3afd4c8463
Fix error in markdown/package.nls.json ( #44705 )
...
Theere was an extra 'preview' in the message.
2018-02-28 00:39:39 -08:00
Matt Bierner
7079c83c38
Don't try opening virtual markdown preview on showSource
...
Fixes #44523
2018-02-28 00:36:50 -08:00
Matt Bierner
a989220093
Add title to webviewCreate
...
Part of #44579
2018-02-28 00:25:13 -08:00
Ramya Achutha Rao
469007b4ed
Update md,php display names/descriptions #44626
2018-02-27 19:04:29 -08:00
Ramya Achutha Rao
15d0e9b30b
Remove and other language features from description of basic builtin extensions #44626
2018-02-27 18:15:50 -08:00
Ramya Achutha Rao
8e7af9d70a
Json should be features not basics
2018-02-27 17:59:40 -08:00
Ramya Achutha Rao
4996cfb254
Update displayName, description for Go extension #43978 #44626
2018-02-27 17:47:57 -08:00
Ramya Achutha Rao
9c1a05e26a
Update ReadMe for Emmet
2018-02-27 17:40:37 -08:00
Ramya Achutha Rao
1f7b495846
Version 1.0 for builtin extensions #43978 #44626
2018-02-27 17:35:19 -08:00
Ramya Achutha Rao
dcbeb21cb3
Update displayName, description for Emmet #43978
2018-02-27 16:42:46 -08:00
Ramya Achutha Rao
251101e6ea
Use latest AI to avoid monkey patching of modules Fixes Microsoft/vscode-extension-telemetry#12
2018-02-27 13:42:26 -08:00
Matt Bierner
d2d760ce90
Fixx TS snippets
...
e694de979f 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