Commit Graph

1195 Commits

Author SHA1 Message Date
Joao Moreno
f92afbdc3c git: mergebase is a readonly operation 2018-09-11 11:46:02 +02:00
Ivan Sučić
f329e748b9 Fix#35905 2018-09-10 20:46:00 +02:00
Joao Moreno
dec5ac9811 missing git api call forwarding 2018-09-10 15:26:57 +02:00
nesukun
907a021f74 Add support for force push and force-with-lease 2018-09-08 23:40:07 +01:00
Git-Lior
8d147f35b7 fixed no user.email/user.name error message order 2018-09-08 22:57:10 +03:00
Git-Lior
63748f8088 no user.email/user.name error message now shows current values 2018-09-07 14:40:23 +03:00
Git-Lior
1f678697ec Fix #57222 - improve no user.email/user.name config error message 2018-09-07 12:13:28 +03:00
Alex Dima
c36258d23f Use const enums (to inline their values in JS) 2018-09-06 20:39:19 +02:00
Joao Moreno
ad58b37dc2 fixes #53520 2018-09-06 15:23:32 +02:00
Johannes Rieken
c2c5819fc8 adopt vscode-nls 4.0.0 2018-09-06 14:44:33 +02:00
Johannes Rieken
ccec2c9543 use vsce packagedDependencies 2018-09-04 12:29:23 +02:00
Johannes Rieken
f82bcb20ed webpack - move __dirname-config up into shared config 2018-09-03 12:38:46 +02:00
Morten Henriksen
d6b82a56e0 Merge remote-tracking branch 'Microsoft/master' into feature/50241-Add_branch_name_validation
* Microsoft/master: (4802 commits)
  Fixes #57415: autoSurround - rename "always" to "languageDefined"
  debug: skip over %0
  explorer view: cut down delay time till progress from 3.2s to 1.2s
  file workspace suffix is empty string
  Revert "debug: do not send terminate to EH debugging"
  Fixes #57411: Rename `autoWrapping` to `autoSurround` to avoid confusions related to text wrapping
  Fixes #57453: Avoid thinking the user typed in the find input when setting the search string value
  Synchronisation notification: - Show extension being synchronised - Delete the downloaded extensions
  [html] fix tests
  debug: do not send terminate to EH debugging
  webpack - let build fail when webpack generates an error or a warning
  [html] update service. Fixes #57445
  node-debug@1.27.6
  more complete fix for #57483
  fix #57351
  fix #57483
  fixes #56015
  dispose of RunOnceScheduler properly
  Fixes Microsoft/monaco-editor#1021: Use ProviderResult in modes.ts
  fix #55607
  ...
2018-08-29 17:58:36 +02:00
Joao Moreno
10e0a22f6d fixes #56015 2018-08-29 13:22:59 +02:00
Bruno Finger
48ef5107a0 #57373 Replace brackets as well upon creating a branch 2018-08-28 12:10:54 +02:00
Joao Moreno
200a7185a0 related to #57224 2018-08-27 16:57:29 +02:00
Johannes Rieken
b0f63ff69d Merge pull request #57155 from Microsoft/joh/ts-webpack
Webpack for ts extension
2018-08-24 17:00:11 +02:00
Johannes Rieken
cdb9c0a8f4 update vscode-nls-dev to fixed version, share more config between extensions 2018-08-24 16:37:10 +02:00
Johannes Rieken
6ba52f7b25 copy nls 2018-08-24 15:04:36 +02:00
Joao Moreno
6e909d4132 git: expose error codes in API 2018-08-24 12:24:37 +02:00
Joao Moreno
103715c3cc git: implement API 2018-08-24 12:04:29 +02:00
Joao Moreno
28d2b5d2d6 wip: git api 2018-08-24 11:19:05 +02:00
Joao Moreno
811a6be05b 💄 2018-08-24 11:16:49 +02:00
Joao Moreno
6d2598ad88 git api: repository state 2018-08-24 11:16:49 +02:00
Joao Moreno
a9bc997f23 git api: remotes 2018-08-22 15:38:16 +02:00
Joao Moreno
1845bc3a64 git api: onDidRunGitStatus 2018-08-22 15:26:49 +02:00
Joao Moreno
78d61d55f4 git: use simpler versioning scheme 2018-08-22 15:09:11 +02:00
Joao Moreno
f9982d29d4 git api: make cwd mandatory 2018-08-22 13:06:26 +02:00
Joao Moreno
a49378e26c git: cleaner exports 2018-08-22 12:57:05 +02:00
Joao Moreno
8983d89550 git extension: expose exec/spawn 2018-08-22 12:34:54 +02:00
Johannes Rieken
ffe5da332d bundle node_modules and (shallow) exclude them from the extension #56081 2018-08-22 11:35:41 +02:00
Joao Moreno
456437dfaa git: api 1 2018-08-22 11:30:07 +02:00
Joao Moreno
1bdf8d3eea Merge branch 'git-api' 2018-08-22 11:26:10 +02:00
Joao Moreno
ec1c4aeaf5 git api: expose repositories 2018-08-22 11:25:42 +02:00
Joao Moreno
cc5e8c15bf git api 2018-08-21 17:04:07 +02:00
Joao Moreno
257878e3b1 git api: deprecation 2018-08-21 16:41:34 +02:00
Joao Moreno
b00d1b40bc git api: expose gitPath 2018-08-21 16:41:29 +02:00
Johannes Rieken
a9e3a3d69e webpack - check js files, declare params, #56081 2018-08-21 16:40:02 +02:00
Joao Moreno
ad4fecadeb git: getAPI 2018-08-21 16:04:00 +02:00
Joao Moreno
0633c77f80 api.d.ts 2018-08-21 12:04:52 +02:00
Joao Moreno
a8deffb86a remove unused code 2018-08-21 12:04:47 +02:00
Johannes Rieken
07796186d3 fix #56877 2018-08-21 10:27:11 +02:00
Johannes Rieken
01365dbe26 webpack - more defaults for extensions 2018-08-20 15:23:56 +02:00
Johannes Rieken
669f2c8627 use vscode-nls-dev-loader 2018-08-20 12:46:47 +02:00
Johannes Rieken
c98ed76158 add a way to opt out of ts-loader so that vscode-nls-tricks survive 2018-08-17 17:58:57 +02:00
Johannes Rieken
1115196349 add a shared webpack conifg 2018-08-17 15:56:57 +02:00
Johannes Rieken
ae6ac66cb5 use ts-loader compilerOptions 2018-08-16 11:49:05 +02:00
Johannes Rieken
a7b66b9252 keep node_modules in extension bundle 2018-08-16 10:56:29 +02:00
Johannes Rieken
d62f5b3da9 use ts loader, exclude node_module for now 2018-08-16 10:52:08 +02:00
Johannes Rieken
64b82b2a35 Merge branch 'master' into joh/extpack 2018-08-16 10:07:18 +02:00