Commit graph

30134 commits

Author SHA1 Message Date
Martin Aeschlimann 8bd41ceeca built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:16:07 +01:00
isidor 09cfb392f3 debug: rename "Copy Path" to "Copy as Expression"
fixes #19580
2018-02-27 14:56:28 +01:00
Benjamin Pasero 6c678d443c fix #44561 2018-02-27 14:44:23 +01:00
Benjamin Pasero f2ffc972c2
Make workspace folder modification API stable (#44049)
* make API stable

* make deleteCount: number | undefined | null
2018-02-27 14:39:02 +01:00
isidor 09de75fe5d mainThreadWebview: activeEditor can be null
fixes #44546
2018-02-27 14:38:23 +01:00
Sandeep Somavarapu 69169850e3 #44504 Add comment 2018-02-27 14:27:06 +01:00
Sandeep Somavarapu 7921619cf7 Fix #44504 2018-02-27 14:25:56 +01:00
Sandeep Somavarapu 6e42dea30d Fix #44539 2018-02-27 14:06:51 +01:00
Sandeep Somavarapu f7cc780a32 Fix #42770 2018-02-27 13:59:06 +01:00
Joao Moreno d7df300c7a bump git version 2018-02-27 13:03:00 +01:00
isidor e66d7db35d fixes #44553 2018-02-27 12:58:25 +01:00
Martin Aeschlimann 3293f204ce Searching within collapsed regions fails to scroll the match into view. Fixes #44330 2018-02-27 12:46:50 +01:00
Sandeep Somavarapu d31961f900 Fix #44515 2018-02-27 12:43:10 +01:00
Martin Aeschlimann 34265d7e29 [powershell] update grammar (revert to 1.20) 2018-02-27 11:57:49 +01:00
Joao Moreno 672449281b hygiene: handle deletions 2018-02-27 11:13:47 +01:00
Joao Moreno 71c0182177 use git index in hygiene 2018-02-27 11:05:21 +01:00
Benjamin Pasero 508109203b notifications - increase purge delay 2018-02-27 10:31:39 +01:00
Benjamin Pasero a9b44c2065 ignore diagnostic-channel-publishers in console.log 2018-02-27 07:34:23 +01:00
Erich Gamma edf43bdf45 Disable creating a program for the tsling hygine 2018-02-27 07:25:36 +01:00
Benjamin Pasero 1a84a88273 fix hygiene 2018-02-27 06:57:30 +01:00
Benjamin Pasero c03526ba0c fix tests 2018-02-27 06:38:18 +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 fd2ea5fbf6 Fix reload command not working
Do not check that the contents are the same inside the webview itself. This is already handled at a higher level
2018-02-26 17:47:06 -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
Sandeep Somavarapu 0d65571563 Show built in actions in command pallette 2018-02-27 01:49:12 +01: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 978beebd0a Rename webviewOptions.keepAlive to retainContextWhenHidden to make it more clear what this option does 2018-02-26 15:51:15 -08:00
Peng Lyu 9b69b61eaf Fix microsoft/monaco-editor#567. We should filter section when it is provided 2018-02-26 15:25:49 -08:00
Matt Bierner 6f5f757479 Use fspath for reveal line to fix drive letter case differences 2018-02-26 15:11:51 -08:00
Alex Dima ef3b4ddc6f Fixes #43514: Register default commands for undo and redo 2018-02-27 00:05:16 +01: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
Rachel Macfarlane 0a57823b7f Improve wording of see all running extensions 2018-02-26 14:54:27 -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
Alex Dima 814be2fd75 Fixes #39266: Don't run diff for computing edits in case of model update 2018-02-26 23:45:26 +01:00
Rachel Macfarlane efc74018f2 I18n issue in the issue reporter, fixes #44203 2018-02-26 14:22:31 -08:00
Martin Aeschlimann 44a45f8bad typescript.experimental.syntaxFolding (#44444) 2018-02-26 14:06:51 -08:00