Commit Graph
6017 Commits
Author SHA1 Message Date
Andre Weinand 53b3bbed45 update node-debug 2016-06-01 11:51:21 +02:00
isidor 2328e60aa0 extensions: center X
fixes #4977
2016-06-01 11:50:30 +02:00
isidor d597574a70 debug: simplify view state manipulation
fixes #6763
2016-06-01 11:20:32 +02:00
Benjamin Pasero f1add03813 try to get rid of editor input changing event 2016-06-01 11:06:16 +02:00
isidor 02970ec581 debug: only convert strings in configuration 2016-06-01 11:06:10 +02:00
Benjamin Pasero d0fbd67860 less editorevent use 2016-06-01 11:00:09 +02:00
Benjamin Pasero 6989497edd more editor events clean up 2016-06-01 10:48:18 +02:00
Joao Moreno 0b7dd3eaaf unlocalized git specific actions
fixes #6388
2016-06-01 10:33:29 +02:00
Johannes Rieken 5373d60a8a make the embedded iframe not have an outline on its body, fixes #7067 2016-06-01 10:31:40 +02:00
Joao Moreno 412a644151 make single suggestion a special case
fixes #6163
2016-06-01 10:28:56 +02:00
Joao Moreno 6c5b3da860 suggest: more cleanup 2016-06-01 10:28:56 +02:00
Joao Moreno 307645421a suggest: cleanup 2016-06-01 10:28:56 +02:00
Joao Moreno 0fe8e6b97d suggest: cleanup 2016-06-01 10:28:56 +02:00
isidor ca44a14ad7 debug: abort debug session if interactive variable not picked
#7026
2016-06-01 10:25:10 +02:00
Johannes Rieken 61fc69be11 make sure to call charCodeAt with care, fixes #7086 2016-06-01 10:07:23 +02:00
Dirk Baeumer ad13642037 Localization import 2016-06-01 10:02:25 +02:00
Benjamin Pasero cedc002014 get rid of all text editor events emitted on global event bus 2016-06-01 09:54:48 +02:00
Benjamin Pasero 95835bfd18 simplify EditorEvent 2016-06-01 09:12:42 +02:00
Benjamin Pasero ec4d50c2c0 starting events cleanup 2016-06-01 09:07:33 +02:00
Benjamin Pasero ecf180ea29 simplify diffEditorInput 2016-06-01 07:20:12 +02:00
Benjamin Pasero 5ef42ec522 less direct use of EditorInput 2016-06-01 07:09:47 +02:00
Benjamin Pasero efeffdd11f Renaming a pinned file unpins it (fixes #7071) 2016-06-01 06:39:16 +02:00
Benjamin Pasero d1e6b2e471 polish & cleanup 2016-06-01 06:38:58 +02:00
Daniel Imms 05a6bbb31f Add el7 to rpm name to indicate RHEL7+ support
Fixes #6546
2016-05-31 19:25:46 -07:00
Daniel Imms 08009c568d Pull linux package revision initialization to top
This prevents potentially different revisions for deb and rpm files built
during same gulp task.
2016-05-31 18:51:45 -07:00
Daniel Imms f3861c64d1 Use applicationName for build dirs 2016-05-31 18:48:59 -07:00
Daniel Imms 274da23471 Add version and revision to deb package name
Fixes #6587
2016-05-31 18:28:06 -07:00
Daniel Imms cf36b323e2 Remove 'visual-studio-' from deb package to match command
Fixes #7085
2016-05-31 18:24:20 -07:00
Daniel Imms 9060d64fec Add version and revision to rpm package
Part of #6587
2016-05-31 18:21:47 -07:00
Daniel Imms 5ccd2ff46c Use app name not 'code' in deb/rpm files
Fixes #6547
2016-05-31 17:58:06 -07:00
Daniel Imms b564e145e5 Rename deb/rpms from vscode -> code
Matches the name of the command

Fixes #6547
2016-05-31 17:41:43 -07:00
Andre Weinand 3498aaa66c node-debug: add 'attach to process' support 2016-06-01 00:52:56 +02:00
isidor 2c3910a342 debug: reslove interactive variables in sequence 2016-06-01 00:32:35 +02:00
isidor 9be55ebb81 debug: shorten comment 2016-06-01 00:03:31 +02:00
isidor ef617ddddd Support interactive variables in launch configurations
fixes #7026
2016-06-01 00:00:03 +02:00
isidor bac909403b debug adapter: add interactive variables as a field to package.json 2016-05-31 23:52:33 +02:00
Daniel Imms 81ab7e3332 Type some functions in terminal code 2016-05-31 11:36:02 -07:00
Daniel Imms 775c643192 Factor out terminal config logic and add tests 2016-05-31 11:22:55 -07:00
isidor 59f29caefd open editors: hide open editors view without a restart
fixes #6919
2016-05-31 19:37:51 +02:00
Benjamin Pasero 6d8b18300d fix build 2016-05-31 18:59:36 +02:00
Daniel Imms 2920930e73 Have terminal fallback on editor font
Fixes #6791
2016-05-31 09:48:13 -07:00
Daniel Imms 9e3408db12 Merge pull request #6985 from Microsoft/tyriar/june
Tyriar changes for June
2016-05-31 09:14:57 -07:00
Benjamin Pasero 14a9e0b03d Installer should reopen all last opened folders (fixes #6316) 2016-05-31 16:43:46 +02:00
Alex Dima 0e81224179 Further fixes to gulpfile.editor 2016-05-31 16:37:47 +02:00
Alex Dima 33771bbfaa Fix build/gulpfile.editor 2016-05-31 16:32:24 +02:00
Alex Dima 7ec0f25030 Improve editor-distro gulp task 2016-05-31 16:31:35 +02:00
Alex Dima 561cd05099 Bring in monaco.d.ts into the /src/ folder such that editor API can be typechecked to be exported correctly 2016-05-31 16:31:35 +02:00
Benjamin Pasero a2fd5725e3 manager => service 2016-05-31 16:21:03 +02:00
Benjamin Pasero 747ae8bfac adopt path.normalize() change now returning "." when passing in empty string 2016-05-31 12:54:35 +02:00
Benjamin Pasero f760d96416 Ctrl+Alt+Tab seems impossible to bind on Windows (fixes #7050) 2016-05-31 12:51:21 +02:00