Commit Graph

110 Commits

Author SHA1 Message Date
Johannes Rieken 2077cb3ff8 turn serviceId into _serviceBrand:any to follow common practive
see https://basarat.gitbooks.io/typescript/content/docs/tips/nominalTyping.html and https://github.com/Microsoft/TypeScript/blob/7b48a182c05ea4dea81bab73ecbbe9e013a79e99/src/compiler/types.ts#L693-L698
2016-07-07 12:21:16 +02:00
Alex Dima 0c9211509b Fix typo (#8823) 2016-07-07 13:03:57 +03:00
Benjamin Pasero 54f91df5b2 Merge branch 'master' into ben/electron 2016-07-06 10:27:53 +02:00
Benjamin Pasero 52489a7e99 Goto menu title should be "Go to" (fixes #8538) 2016-07-06 06:48:30 +02:00
Benjamin Pasero 25eb33df1e Open with Code on drive open as file not folder (fixes #666) 2016-07-05 18:08:30 +02:00
Joao Moreno 06589d9a74 fixes #6771 2016-07-05 17:50:39 +02:00
Benjamin Pasero 5289f9b01f shut up asar 2016-07-04 17:47:10 +02:00
Benjamin Pasero feb6bc9885 Revert "VS Code allows to open *.asar file from the command line (fixes #8723)"
This reverts commit bf5774af81.
2016-07-04 17:34:05 +02:00
Benjamin Pasero bf5774af81 VS Code allows to open *.asar file from the command line (fixes #8723) 2016-07-04 16:52:48 +02:00
Benjamin Pasero 1e4ba0c588 update to latest electron.d.ts 2016-07-02 14:27:18 +02:00
Benjamin Pasero 5d1affed4b ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-07-02 08:39:01 +02:00
Sandeep Somavarapu f58289fdaf fix #8284 2016-06-30 10:43:10 +02:00
Benjamin Pasero f87c7ffbf2 Use original-fs instead of manually ignoring ASAR files (fixes #8470) 2016-06-29 14:44:52 +02:00
Benjamin Pasero 845e94c3c1 do not leak node.js stat 2016-06-27 14:18:10 +02:00
Benjamin Pasero c0c45b348d workaround #7498 2016-06-27 10:09:13 +02:00
Alexandru Dima f1f33b9d8e Merge pull request #7578 from kisstkondoros/controlchars
Add an option to display control characters
2016-06-26 18:45:40 +02:00
Joao Moreno 40fdaea13b add View Extensions menu action
fixes #8098
2016-06-24 14:49:00 +02:00
Joao Moreno 1a7c54e267 fixes #7343 2016-06-23 08:50:45 +02:00
Benjamin Pasero 30c2420465 View Menu : UX Ideas (fixes #7700) 2016-06-22 18:35:36 +02:00
Daniel Imms 16676b2d14 Add os.release to help > report issues
Fixes #7788
2016-06-21 10:12:44 -07:00
Joao Moreno 65932a90bb extension model: periodic update checks 2016-06-21 15:54:22 +02:00
Joao Moreno df34c5c68a Merge branch 'master' into extension-viewlet 2016-06-21 14:13:35 +02:00
Benjamin Pasero 82fea1b9c1 more explicit navigation in mru stack order 2016-06-21 11:54:39 +02:00
Joao Moreno 877cd91459 missed reference 2016-06-19 09:24:57 +02:00
Joao Moreno e4d80d8ac6 split local vs gallery extensions 2016-06-17 11:02:46 +02:00
Joao Moreno 4c8410c1a1 extension.manifest 2016-06-16 19:08:42 +02:00
Joao Moreno 60798fdae0 remove galleryInformation 2016-06-16 18:54:57 +02:00
Joao Moreno f5cbb9fe63 cleanup IGalleryExtension 2016-06-16 18:13:17 +02:00
Joao Moreno 12ba6a2a6d simplify extension events 2016-06-16 17:26:10 +02:00
Joao Moreno d5e4540b51 allow IO from shared process in dev 2016-06-16 16:01:21 +02:00
Joao Moreno 425305ae31 strip ansi escape codes
fixes #7644
2016-06-15 13:00:50 +02:00
tamas.kiss ebf17943a6 Add an option to display control characters
Resolves #7331
2016-06-14 21:18:40 +02:00
Joao Moreno b498c11bdf add telemetry service in cli process 2016-06-14 16:26:50 +02:00
Joao Moreno 165c6be0ac common properties in shared proc telemetry service 2016-06-14 16:26:50 +02:00
Sandeep Somavarapu 5fd7ffd07f Fix focus and action ids 2016-06-14 13:57:17 +02:00
Joao Moreno 0dba5abc3d move generateNewIssueUrl to menus 2016-06-14 09:38:40 +02:00
Daniel Imms 702c3b6199 Add utils.generateNewIssueUrl test for VSCODE_DEV env var 2016-06-13 09:12:29 -07:00
Daniel Imms 6b75d7a196 Make reportIssueUrl work with URLs containing ?
Part of vscode-distro#48
2016-06-13 09:06:59 -07:00
Benjamin Pasero 6588d5fe1d Merge pull request #7547 from elemongw/fix_on_activate
Open empty window on 'activate' when all windows are closed (OS X)
2016-06-11 11:08:17 +02:00
Giorgos Retsinas 19541fa20a Follow OS X conventions
Clicking on the dock when no window is open should open a new window, not reopen the last one
2016-06-10 23:34:26 +03:00
Benjamin Pasero 0a0397b4f2 merge "views" and "panel" menu 2016-06-10 15:31:53 +02:00
Daniel Imms e00c666f90 Use %0A for new lines 2016-06-10 00:14:11 -07:00
Daniel Imms 5f936580da Make message more consistent with issue template 2016-06-09 14:23:01 -07:00
Daniel Imms 6d822bd609 Prefill new issue via Help > Report Issues
Fixes #7497
2016-06-09 14:20:45 -07:00
Joao Moreno 8071d47982 remove console.log telemetry 2016-06-08 15:45:53 +02:00
Joao Moreno 9a543b59a4 isolate telemetry in vs/platform/telemetry 2016-06-08 15:21:39 +02:00
Joao Moreno ae0f60e946 initialize telemetry service 2016-06-07 19:52:58 +02:00
Joao Moreno 261f0f1cf6 wip: telemetry service in shared process 2016-06-07 17:45:08 +02:00
Joao Moreno 05be96f73d read environment through node itself
fixes #6375
2016-06-03 10:48:19 +02:00
Sandeep Somavarapu 9d1fa2590d #6679 Move problems panel into panels sub menu 2016-06-02 12:53:01 +02:00