Commit Graph

51443 Commits (0d9e259d0cb73d7492ea915b3255b42008fd4082)

Author SHA1 Message Date
Logan Ramos 0d9e259d0c
Fix telemetry build scripts (#77117)
* Revert commit change

* Update telemetry extraction script

* Fixing telemetry shell script

* Update telemetry commit

* Bump commit

* Add compilation
2019-07-10 09:28:04 -07:00
Johannes Rieken 483a438c88 fix service worker 2019-07-10 18:22:16 +02:00
Benjamin Pasero 062902993a bump distro 2019-07-10 18:17:01 +02:00
Alex Ross 7705bbd564 Don't use saved state when executing tasks
#77098
2019-07-10 18:16:23 +02:00
Benjamin Pasero bdb640354a state 💄 2019-07-10 18:15:52 +02:00
Logan Ramos 6a7fdb1338
Fixes telemetry build scripts (#77006)
* Revert commit change

* Update telemetry extraction script

* Fixing telemetry shell script

* Update telemetry commit

* Bump commit
2019-07-10 09:13:06 -07:00
Benjamin Pasero 4d02d83c41 implicit any (#76442) 2019-07-10 17:39:34 +02:00
Johannes Rieken 919008e937 💄 2019-07-10 17:31:27 +02:00
Johannes Rieken b51019b550 debt - remove duplicated code 2019-07-10 17:29:16 +02:00
Johannes Rieken 4ae7d630f3 know when a snippet needs clipboard access, #76847 2019-07-10 17:21:42 +02:00
Alex Ross 6505977f53 Implicity any in taskConfiguration.ts
Part of #76442
2019-07-10 17:07:55 +02:00
Johannes Rieken 03e13189e7 tweak jsdoc, #48034 2019-07-10 16:31:38 +02:00
Alex Ross 85f59e33b4 Fix custom tree view actions + decoration alignment
Fixes #77001
2019-07-10 16:29:51 +02:00
Johannes Rieken 046b66fb8f move workspace.fs to stable, #48034 2019-07-10 16:20:36 +02:00
Alex Dima 5f8aaaea41 Move token eventing back into the TextModel 2019-07-10 15:56:22 +02:00
Benjamin Pasero b615f7d9dc state - save recently used tasks and commands as they change 2019-07-10 15:55:26 +02:00
Isidor Nikolic 759ac9fef4
Merge pull request #76979 from microsoft/isidorn/foldingContext
folding: introduce foldingEnabled context
2019-07-10 15:26:03 +02:00
Johannes Rieken 57fce25a71 adopt readTextSync, #76847 2019-07-10 15:12:52 +02:00
Johannes Rieken ce32da2a0c add IClipboardService#readTextSync, #76847 2019-07-10 15:12:52 +02:00
Benjamin Pasero eedfed05c6 web state - persist font info in browser local storage 2019-07-10 15:11:34 +02:00
Alex Ross 520423b9c1 Custom tree view should run command on every click
Not just on selection change

Fixes #76998
2019-07-10 14:48:51 +02:00
Joao Moreno 7c91227ab2 tree.select should watch for expandOnlyOnTwistieClick 2019-07-10 14:43:45 +02:00
Johannes Rieken 13915babdd 💄 2019-07-10 14:43:19 +02:00
isidor 07d0c6f39c do not assign to me while i am on vacation 2019-07-10 14:34:46 +02:00
Johannes Rieken 3607bbf026 add some ensurance tests for uri parse and %-sequences 2019-07-10 14:19:54 +02:00
Johannes Rieken 3564c0746f clear cache on install, #75061 2019-07-10 13:39:59 +02:00
Johannes Rieken d00ec27219 adopt worker typings and get rid of any's, #75061 2019-07-10 13:30:47 +02:00
Johannes Rieken 65ca26af5a use webworker lib 2019-07-10 13:30:47 +02:00
Alex Dima cbe50c977c Merge ModelLinesTokens into TextModelTokenization 2019-07-10 12:15:10 +02:00
Alex Dima 563ce8cf36 Extract TokensStore to its own file 2019-07-10 12:15:10 +02:00
isidor f06db31fcc Debug: save view state when it changes and not on shutdown
fixes #77060
2019-07-10 12:08:40 +02:00
João Moreno dea3abbb21
Remove legacy extensions compilation from build (#77058)
Remove legacy extensions compilation from build
2019-07-10 11:19:04 +02:00
João Moreno f9e6cc95e2
Update extensions/shared.webpack.config.js 2019-07-10 11:12:30 +02:00
Alex Ross 06f2d92b28 Add identity provider to custom view tree so that it can preserve view state
Fixes  #77072
2019-07-10 10:56:47 +02:00
Alex Dima cab04207c0 Do not force dev tools to the right 2019-07-10 10:27:35 +02:00
Alex Dima c144805e60 Move the TokensStore to the TextModel 2019-07-10 10:27:34 +02:00
Benjamin Pasero a10c8835a1 quick input 💄 css 2019-07-10 10:16:15 +02:00
Joao Moreno d728ab9819 async data tree: fix collapseByDefault without identity provider 2019-07-10 10:12:59 +02:00
Benjamin Pasero 4e68c8f6e8 state - towards storing state when it changes or specifically only on shutdown 2019-07-10 10:12:38 +02:00
Alex Ross 0fa33a2cfb Change C++ auto closing comment start from /* to /**
Fixes #77008
2019-07-10 10:06:05 +02:00
Joao Moreno 95f0923b94 Merge branch 'joao/mixin' 2019-07-10 10:02:58 +02:00
Joao Moreno cf64ef0884 remove legacy extensions compilation
- update vscode-nls-dev
- fix CopyWebpackPlugin usage
- fix extra data in html extension
- add webpack to python
2019-07-10 09:38:05 +02:00
Alex Ross e84fc7021b
Adopt TerminalVirtualProcess for Custom task execution (#76852)
* Adopt TerminalVirtualProcess for Custom task execution

* Update Custom task execution API to return TerminalVirtualProcess in callback

This also required the addtion of a start on the virtual terminal process

* Clarify start API

Fixes #76492
2019-07-10 09:31:40 +02:00
Joao Moreno d05df16f9f remove mixin from gulp 2019-07-10 08:58:49 +02:00
Benjamin Pasero 5a834e7117 files - harden edge cases in move/copy when path is same or different case 2019-07-10 08:45:33 +02:00
Johannes Rieken 5088eb3c87 lipstick 2019-07-10 08:42:26 +02:00
Matt Bierner 360e4e4dfa Use mutable disposable to avoid potential leaks 2019-07-09 16:56:52 -07:00
Matt Bierner 55021e2119 Reduce nesting 2019-07-09 16:48:24 -07:00
Matt Bierner bc09f14100 Move widget state into state 2019-07-09 16:39:35 -07:00
Matt Bierner 4c07744817 Make sure we handle loading of markdown resources from UNC workspace correctly
Fixes #48403
2019-07-09 15:52:43 -07:00