Commit Graph

12041 Commits

Author SHA1 Message Date
Johannes Rieken 00a663b3ef allow to provide regexp when asking for word ranges, #15724 2016-11-18 14:01:55 +01:00
Johannes Rieken 430cbc463f restore 'old' format action, fixes #15312 2016-11-18 13:37:54 +01:00
Johannes Rieken 3fe81fc828 remove telemetry to track who is using internal snippet synatx, #3210 2016-11-18 13:14:37 +01:00
Johannes Rieken b97b021de8 move ResourceContextKey, #15558 2016-11-18 12:56:34 +01:00
isidor 86e62d4752 zen mode: double esc to exit 2016-11-18 12:17:46 +01:00
isidor a3f13c8b3b align zen mode keybindings 2016-11-18 12:15:21 +01:00
Johannes Rieken e87ab932b6 config has value tree and full tree, fixes #15552 2016-11-18 11:23:13 +01:00
Joao Moreno 14b2e71224 fixes #15714 2016-11-18 11:18:58 +01:00
Isidor Nikolic 70d1932f93 Merge pull request #15686 from mjbvz/fix-empty-config-launch-json
Fix exception on launch.json with empty configurations
2016-11-18 10:43:14 +01:00
Martin Aeschlimann d72fd136ca [html] update server & client libraries, add SnippetString 2016-11-18 10:27:28 +01:00
Benjamin Pasero c276352884 dispose contentChangeEventScheduler 2016-11-18 09:59:01 +01:00
Joao Moreno 9b06d4392a Revert "Merge pull request #15588 from rebornix/EnhancedDiffView"
This reverts commit e55b563db5, reversing
changes made to 6665030003.
2016-11-18 09:49:10 +01:00
Joao Moreno ce97d438a2 Revert "Merge pull request #15612 from rebornix/MarginHighlight"
This reverts commit ddae048390, reversing
changes made to e55b563db5.
2016-11-18 09:48:19 +01:00
Benjamin Pasero 672b147604 Buffer untitled/text file model changed events and make the event type consistent (fixes #14186) 2016-11-18 08:17:55 +01:00
Benjamin Pasero c31461ec20 💄 2016-11-18 07:52:57 +01:00
Benjamin Pasero 8a1e7b3d13 Merge pull request #15526 from Microsoft/tyriar/hot_exit/14067
Restore untitled files from within UntitledEditorModel
2016-11-18 07:50:36 +01:00
Benjamin Pasero fc04fa6c4f Merge branch 'master' into tyriar/hot_exit/14067 2016-11-18 07:45:04 +01:00
Benjamin Pasero 3135a7baf2 perf - add more platform details 2016-11-18 07:42:57 +01:00
Benjamin Pasero a87342ef05 debt - more real events over eventemitter 2016-11-18 07:35:11 +01:00
Benjamin Pasero ffed6f3d7d Electron update: DND from explorer to editor area no longer works (fixes #15663) 2016-11-18 07:02:21 +01:00
Dirk Bäumer a6af151d6c Merge pull request #15679 from aozgaa/master
Convert from 1- to 0-based indexing for TypeScript completion spans
2016-11-17 18:04:56 -08:00
Dirk Baeumer aebd3da097 Fixed #14599: TypeScript formatter suddenly forgets about formatting rules 2016-11-17 18:02:51 -08:00
Christof Marti 9832dce455 Log workspace configuration keys (fixes #13653) 2016-11-17 17:55:42 -08:00
Matt Bierner b15b24946f Fix exception on launch.json with empty configurations
Issue #15685

**Bug**

Create an empty project with a `launch.json` like this:

```
{
    "version": "0.2.0",
    "configurations": [
    ]
}
```

Try to start debugging.

See an exception message

**Fix**
Instead of returning undefined for the promise result, return a promise of null like we do in other cases.

closes #15685
2016-11-17 17:54:03 -08:00
Arthur Ozga 2be3b848db Convert from 1- to 0-based indexing 2016-11-17 15:09:38 -08:00
Benjamin Pasero 4135fc7cec Merge branch 'master' into tyriar/hot_exit/14067 2016-11-17 20:42:03 +01:00
Benjamin Pasero f71db463f2 Merge pull request #15493 from Microsoft/tyriar/hot_exit/15260
Move backup unload logic to an event
2016-11-17 20:37:05 +01:00
Benjamin Pasero 53a665621e adopt more environmentService.isExtensionDevelopment 2016-11-17 20:31:55 +01:00
Pine Wu 9f630dfaac Merge branch 'master' of github.com:Microsoft/vscode 2016-11-17 11:27:20 -08:00
Pine Wu 659b3f7909 Update doc for proposed API 2016-11-17 11:27:12 -08:00
Benjamin Pasero 5974d04376 Merge pull request #15593 from Microsoft/tyriar/hot_exit/15571
Disable backups when extensions are being debugged
2016-11-17 20:25:49 +01:00
Alexandru Dima ddae048390 Merge pull request #15612 from rebornix/MarginHighlight
Implements current line highlighting with modes 'line', 'gutter' and 'all'
2016-11-17 10:23:45 -08:00
Alexandru Dima e55b563db5 Merge pull request #15588 from rebornix/EnhancedDiffView
Enhanced diff view
2016-11-17 10:00:20 -08:00
Daniel Imms a7d0a196dd Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/15260 2016-11-17 09:55:13 -08:00
Daniel Imms f9f0d5d197 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/14067 2016-11-17 09:54:55 -08:00
Daniel Imms b3e9c70c87 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/15571 2016-11-17 09:53:37 -08:00
Daniel Imms 6665030003 Move BackupModelService to a workbench contribution
Fixes #15650
2016-11-17 09:46:24 -08:00
Daniel Imms 7d11aaede2 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/15260 2016-11-17 09:24:24 -08:00
Daniel Imms 647949c0d4 Remove now unused params 2016-11-17 08:58:13 -08:00
Daniel Imms 04376d4d2d Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/14067 2016-11-17 08:56:46 -08:00
Daniel Imms aac8d87287 isBackupEnabled -> isExtensionDevelopment 2016-11-17 08:50:29 -08:00
isidor 755d6db442 debug: fix test failure 2016-11-17 16:47:39 +01:00
Benjamin Pasero 360540a7da fix casing issue 2016-11-17 16:39:29 +01:00
Johannes Rieken 78e24f950a snippets - handle escaped closed curly, better compacting 2016-11-17 16:38:14 +01:00
isidor 7c21c61322 zen mode: do not touch custom title bar, just manage full screen
fixes #15643
2016-11-17 16:34:42 +01:00
Benjamin Pasero fa3980a9e9 hot exit - always opens inside a new window 2016-11-17 15:31:39 +01:00
isidor b6da96bad4 debug adapter cleanup and restructure 2016-11-17 15:06:21 +01:00
isidor 1d5c0d67f7 coffeescript: use new way of contributing breakpoints 2016-11-17 15:00:05 +01:00
isidor 9be37ebcc0 rename exit zen mode action to workbench.action.exitZenMode 2016-11-17 14:30:39 +01:00
Johannes Rieken 8e3388f064 enfore stable sort, fixes #15585 2016-11-17 13:54:45 +01:00