Commit graph

30069 commits

Author SHA1 Message Date
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
Martin Aeschlimann 13dfd2dbf4 Merge branch 'master' into octref/html-path-completion 2018-02-26 20:53:52 +01:00
Martin Aeschlimann 4f5b8dcfaf rev version 2018-02-26 20:53:30 +01:00
Martin Aeschlimann 46d4c16ef9 fix vscode-languageserver version 2018-02-26 20:43:10 +01:00
Daniel Imms 842780dd3c Make terminal outer margins 20px
Fixes #44154
2018-02-26 11:35:20 -08:00
Martin Aeschlimann a9d90af1a7 Add tests, update version 2018-02-26 20:06:24 +01:00
Matt Bierner 2038b8fc7f
Webview API prototype 3 (#44307)
* Webview API prototype 3

Part of #43713

Third try at refining the webview api. This pass reworks  #44165.  Major changes:

- Adds an `id` field to webviews. The id is provided by the extension and identifies the webview. It is used with the new event handling apis.

- Adds a new `onDidChangeActiveEditor` api. This is similar to `onDidChangeActiveTextEditor` but is also fired when you change webviews. It replaces the old `onFocus` and `onBlur` events on the webview itself

- Adds an `onDispose` event ot webviews. This is fired when a webview is closed by the user

- Perist webview state when the editor group changes. This is enabled for all webviews, not just those with keep alive.

* Throw error when trying to access disposed webview

* Improving webview documentation

* Clean up dispose management

* Throw if we receive a bad handle

* Move more event handling to input

* Simplify input updating

* Remove extra container property

* Fixing md security alert button

* Remove extra update container call

* Restore syncing of preview to active editor

* Fixing posting to webview

* Debounce preview updates

* Remove previewUri

* Enable direct window.postMessage instead of window.parent.postMessage

* Fixing scroll position not preserved when updating previews

* Revert parent.postMessage change.

Old behavior was correct

* Properly hide webview container on tab switch

* Make sure we only handle scroll events for the correct document

* Don't try setting negative scroll

* Revert vs code whitespace change
2018-02-26 10:06:50 -08:00
Benjamin Pasero de87042d3c notifications 💄 2018-02-26 18:20:22 +01:00
Benjamin Pasero 442903cb39 notifications - more commands 2018-02-26 18:11:55 +01:00
Dirk Baeumer 7ddd37c10e Add proper readme, images and localization to grunt, gulp and jake 2018-02-26 17:38:57 +01:00
Johannes Rieken 43fbb43773
Merge pull request #42914 from Connormiha/optimize-context-key-change-event
Remove needless check for array in ContextKeyChangeEvent
2018-02-26 17:27:25 +01:00
Joao Moreno dbbfa5d3a5 delete diff extension
fixes #44412
2018-02-26 17:25:09 +01:00
Joao Moreno 1217419309 missing build compilation 2018-02-26 17:25:09 +01:00
Johannes Rieken 4dd25bb31e fix #42991 2018-02-26 17:14:58 +01:00
Joao Moreno bd4870b8bb add inno_updater OSSREADME.json 2018-02-26 17:07:40 +01:00
isidor 8f9fdee654 better instanceof check
fixes #43877
2018-02-26 16:56:14 +01:00
Benjamin Pasero 1e36fa88c6 notifications - avoid column-reverse for toasts 2018-02-26 16:54:21 +01:00
isidor 70358c4098 terminal: open split terminal with alt/ctrl click
fixes #43877
2018-02-26 16:52:09 +01:00
Alex Dima 6aadb1ad40 Send text editor properties updates in a single event 2018-02-26 16:51:57 +01:00
Alex Dima ad63cf5a12 TextEditor.document is readonly 2018-02-26 16:51:57 +01:00
Rachel Macfarlane f7e083097c Issue reporter mark down polish, fixes #44405 2018-02-26 07:50:10 -08:00
Benjamin Pasero ff8d9dc567 notifications - prevent layout on hidden toasts 2018-02-26 16:43:23 +01:00
Sandeep Somavarapu e41f52b4b7 Fix #43346 2018-02-26 16:41:02 +01:00
Sandeep Somavarapu 34a73521da #43978 Generate read me from extension name and description 2018-02-26 16:26:41 +01:00
isidor a90be3e1ab breakpoint icons (include function breakpoint icons)
fixes #43763
2018-02-26 16:11:44 +01:00
João Moreno 635f82fa7e
Merge pull request #42831 from Microsoft/unused-variables
Re-enable the unused variables tslint rule for the hygiene task fixes #42157
2018-02-26 16:06:20 +01:00
Sandeep Somavarapu 39265a74ff Fix #43521 2018-02-26 15:13:04 +01:00
Sandeep Somavarapu 7b99b15c26 💄 documentation 2018-02-26 15:07:08 +01:00
Benjamin Pasero 5c0716bfe2 notifications - fix broken height compute 2018-02-26 15:00:09 +01:00
Sandeep Somavarapu e561db9c84 #43216 Set icon from theme when just theme icon is provided 2018-02-26 14:59:47 +01:00
isidor 872de2a131 debug launch: if there is only 1 folder take that one for resolving 2018-02-26 14:56:10 +01:00
Alex Dima c0db838ed5 Fixes #44360: Only warn ctrl+alt+ for core keybindings (not for extensions) 2018-02-26 13:54:29 +01:00
Martin Aeschlimann 3a79bc5bdd Improve ThemeIcon documentation. For #43216 2018-02-26 13:11:49 +01:00
Benjamin Pasero a23edada50 debt - avoid deprecated Buffer ctors 2018-02-26 13:09:54 +01:00
Alex Dima 0c1cb4571f Warn only if grammar paths are different 2018-02-26 13:08:56 +01:00
Alex Dima f8cc441e21 Fixes #29033 2018-02-26 13:05:59 +01:00
Joao Moreno d4bba5a56e improve git smoke test stability 2018-02-26 12:47:49 +01:00
isidor a89383b3ad debug user launch: resolve variables against a folder if you are in a folder vscode 2018-02-26 12:39:52 +01:00
Christof Marti 6cacaef5a8 Open Welcome page as a preview editor (fixes #32416) 2018-02-26 12:36:13 +01:00
isidor be9d877269 Breakpoint tooltip polish
fixes #44407
2018-02-26 12:24:26 +01:00
Andre Weinand f392284f15 node-debug@1.21.4 2018-02-26 12:19:59 +01:00
Isidor Nikolic 28f33734e8
Merge pull request #44362 from ntovas/feature/KeepExpandingStatus
Keep item expanded after rename
2018-02-26 11:57:12 +01:00
Sandeep Somavarapu dffab45f20 #43216 Fix folder and file type computation 2018-02-26 11:50:17 +01:00
Christof Marti 3de4e2f515 Log use of file search (fixes #43605) 2018-02-26 11:49:50 +01:00
Joao Moreno 97a18810b0 30000 2018-02-26 11:40:44 +01:00
Sandeep Somavarapu 1fe73ac78c 💄 #43216 2018-02-26 11:36:32 +01:00
Sandeep Somavarapu 7605653d73 Improve documentation #43216 2018-02-26 11:09:14 +01:00