Commit Graph

12772 Commits

Author SHA1 Message Date
katainaka0503 f701dd508d Refactor stream.ts 2017-03-01 17:32:00 +09:00
katainaka0503 9ee29afed7 Refactor mime.ts 2017-03-01 17:32:00 +09:00
katainaka0503 d86affcd35 Refactor encoding.ts 2017-03-01 17:29:40 +09:00
Johannes Rieken 342aa319d3 Merge pull request #21283 from nicksnyder/patch-1
Remove duplicate calls to URI.toString()
2017-03-01 09:27:34 +01:00
Benjamin Pasero b300a56f59 💄 2017-03-01 08:38:39 +01:00
Benjamin Pasero 8020067ae9 Merge pull request #21593 from misoguy/force-quit
Add API to force quit with the ability to revert changes silently
2017-03-01 08:33:16 +01:00
Benjamin Pasero 72caa40057 File does not reload in editor when quickly changed externally after making modifications (fixes #12077) 2017-03-01 08:28:28 +01:00
Benjamin Pasero 28868a624a simplify FileEditorTracker 2017-03-01 08:24:14 +01:00
Benjamin Pasero 323902e4c7 FileService.resolveContent() should check for not modified since as first thing (fixes #21604) 2017-03-01 07:52:16 +01:00
Benjamin Pasero d1800d49fb File models get disposed when contents change on disk (fixes #20901) 2017-03-01 07:47:18 +01:00
misoguy b64c7cb67b Change class name and Action ID 2017-03-01 14:51:46 +09:00
misoguy d8b41011ec Add ForceCloseEditorAction to main.contribution.ts 2017-03-01 12:26:58 +09:00
misoguy a4d8ac8318 Implement ForceCloseEditorAction in actions.ts 2017-03-01 12:25:28 +09:00
misoguy 3a1aa29ba4 Declare revert() in interface IEditorInput 2017-03-01 12:24:47 +09:00
Matt Bierner fee05b2bf6 Restore document write 2017-02-28 15:19:02 -08:00
Matt Bierner 1241fbbec5 Isolate webview contents better 2017-02-28 14:41:41 -08:00
Christof Marti 3209c607bb Open recent folder in a new window with Cmd/Ctrl (fixes #21045) 2017-02-28 11:11:48 -08:00
Matt Bierner b67a45d01f Fix Webview scroll position preserve broken (#21531)
**Bug**
Some regression since 1.9 caused the scroll preserve behavior of webviews to stop working in certain cases. There appears to be a race condition where `newFrame.contentDocument.body` does not exist when the scroll update code is called

**Fix**
Instead of using a timeout, update the scroll position when `DOMContentLoaded` is fired from the webview window

Fixes #21491
2017-02-28 11:05:07 -08:00
Sandeep Somavarapu b8f984fdcc #19685 Introduce id in IGalleryExtension and IExtension (workbench)
-  id is pub.name. name in lower case.
- use id to match sync installed extension with gallery extension
- use id to identify extension while installing and uninstalling
- Clean up
- Remove IExtensionIdentity
- Add util methods to create gallery id and local extension id
2017-02-28 19:57:39 +01:00
Sandeep Somavarapu aee65bdbdf #19685 Rename gallery id to uuid 2017-02-28 19:57:39 +01:00
Christof Marti 700ef1325d Add telemetry to new git.clone action (fixes #21563) 2017-02-28 08:46:35 -08:00
isidor 84d25d491b debug: update breakpoint column as file changes
fixes #21149
2017-02-28 17:44:10 +01:00
isidor 90313ce681 zen.mode restore should be workspace setting
fixes #21369
2017-02-28 17:08:27 +01:00
isidor 0b54fbb264 debug: allow rename on double click enter even if elemnt has children
fixes #21082
fixes #21329
2017-02-28 16:50:14 +01:00
Sandeep Somavarapu 51b359209a #21375 Fix test 2017-02-28 15:03:28 +01:00
Benjamin Pasero 33fd6f4ed7 use single quotes for imports 2017-02-28 12:52:33 +01:00
isidor cf66740fda debug: null guard
fixes #21379
2017-02-28 10:57:42 +01:00
Sandeep Somavarapu d6693678d1 Fix #21375 2017-02-28 10:49:51 +01:00
João Moreno 28fcb06a61 Merge pull request #21498 from dmage/master
Fix renderParameters
2017-02-28 10:45:23 +01:00
João Moreno 689d47663a Merge pull request #21317 from ivanz/iz-git-pull-rebase-action
Added "Git: Pull (Rebase)" to workspace actions.
2017-02-28 10:41:19 +01:00
Sandeep Somavarapu 9b237f995e Fix #21429 2017-02-28 10:08:55 +01:00
Benjamin Pasero 799198928b Merge pull request #21540 from Microsoft/ben/next
Couple of 1.11 changes
2017-02-28 07:55:28 +01:00
Benjamin Pasero 70df4ad7a3 Merge pull request #21318 from hoovercj/fieldSymbolKindIcons
quickopen and quickoutline will now show the field icon for field symbols
2017-02-28 07:38:08 +01:00
Benjamin Pasero 92200f6200 cannot use object type yet 2017-02-28 07:35:44 +01:00
Benjamin Pasero 67924dec07 only apply editor settings that changed (for #21487) 2017-02-28 07:26:36 +01:00
Benjamin Pasero a74e4fe319 Merge branch 'master' into ben/next 2017-02-28 06:46:39 +01:00
Matt Bierner a777305d26 Remove unused parameter 2017-02-27 19:46:10 -08:00
Rob Lourens 66cb32b35d Write to a variable in a closure slightly less, to make search a little faster. 2017-02-27 18:23:00 -08:00
Daniel Imms 36f3a4e317 Merge pull request #21394 from daviwil/fix-21393
Add workbench.action.focusActiveEditorGroup to commandsToSkipShell
2017-02-27 14:51:17 -08:00
Daniel Imms 86e048cc31 Merge pull request #21401 from Microsoft/tyriar/21398
Don't include [ and ] in local terminal links
2017-02-27 14:50:24 -08:00
Matt Bierner 58d31e5ac2 Add base url to tsconfig.json (#21327) 2017-02-27 14:46:55 -08:00
Benjamin Pasero ada12c7b1e 💄 commands 2017-02-27 17:14:40 +01:00
Benjamin Pasero 9b6b41e9cc Merge branch 'master' into ben/next 2017-02-27 16:11:01 +01:00
Oleg Bulatov cf7cf2f2ab Fix renderParameters
Closes Microsoft/vscode-go#814

Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
2017-02-27 17:33:43 +03:00
Benjamin Pasero 1f5fae9c5e Last active window is not always restored when reopening (fixes #20770) 2017-02-27 14:38:39 +01:00
Alex Dima f5dcdf183d Fixes #21291: Toggle Word Wrap should not write to user settings 2017-02-27 14:19:02 +01:00
isidor 0db7c2173f debug: also select focused process on call stack change fixes #17401 2017-02-27 12:38:55 +01:00
Alex Dima f40ebb3850 Fixes #21415: Go back to text-decoration: underline 2017-02-27 11:58:10 +01:00
isidor d9b92c9a89 fixes #21384 2017-02-27 11:01:46 +01:00
Johannes Rieken 268f1522c7 reset cached range when markers change, fixes #21060 2017-02-27 10:59:49 +01:00