Matt Bierner
b911788593
Mark a few more arrays in vscode.d.ts readonly
...
This makes it clear that you can't modify these arrays to add items, such as calling `breakpoints.push(...)` to add a breakpoint
2021-11-10 17:53:27 -08:00
Johannes Rieken
b9a2b0df1d
Merge branch 'main' into joh/vscode-dts
2021-11-10 17:57:11 +01:00
deepak1556
2b25c6730d
fix: parsing of --ms-enable-electron-run-as-node flag
...
Fixes https://github.com/microsoft/vscode/issues/136837
2021-11-10 23:42:33 +09:00
Johannes Rieken
d90dd1355b
Merge branch 'main' into joh/vscode-dts
2021-11-10 08:40:26 +01:00
Alexandru Dima
e08e4d3fe1
Move --ms-enable-electron-run-as-node to a later location ( #136786 )
...
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it
* undo bad change
2021-11-09 15:11:12 -08:00
deepak1556
ac29daaf3b
Fixes #136771 : update to Electron v13.5.2 and pass --ms-enable-run-as-node together with ELECTRON_RUN_AS_NODE
2021-11-09 19:09:26 +01:00
Johannes Rieken
68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
2021-11-09 15:53:35 +01:00
João Moreno
f18b29e132
fix(scm): 🐛 do not await git repo status, just give the repo straight up to scm
...
on repo discovery, the git extension would run `git status` and wait for that to finish before handing out the repository to scm. this was problematic since the scm default repo selection depends on repos being discovered in a timely fashion. there's no reason not to just hand out the repo to scm and let `git status` finish afterwards
Closes : #120089
Closes : #113803
2021-11-09 15:11:16 +01:00
Johannes Rieken
9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
2021-11-09 15:00:03 +01:00
João Moreno
5dfa71a9e8
fix(git): 🐛 git api commands should be registered as contributions
...
Closes : #111658
2021-11-09 13:24:28 +01:00
Logan Ramos
00de6a5f2f
Update telemetry module
2021-11-08 10:00:44 -05:00
Ladislau Szomoru
4297ff8195
Revert fix for #26425
2021-11-05 15:53:32 +01:00
Joyce Er
05a2f2809e
Don't show 'Sync Changes' button if auto sync or auto push are enabled ( #134408 )
2021-11-05 09:18:08 +01:00
Alex Dima
a704a69394
Enforce that source code uses a small subset of Unicode
2021-11-03 23:34:41 +01:00
Ladislau Szomoru
827639c994
Fix #136275
2021-11-02 12:01:05 +01:00
Logan Ramos
286606327d
Fix #135692
2021-10-25 10:28:51 -04:00
Logan Ramos
514ad0acf0
Fix #135422
2021-10-20 15:18:46 -04:00
Logan Ramos
a4342f3add
Bump telemetry module
2021-10-01 16:52:56 -04:00
Eric Amodio
051a07a0c9
Forgot to bump limit to 10K
2021-09-30 01:12:28 -04:00
Eric Amodio
2306ad1ef4
Fixes #129669 : new setting to control status limit
...
Also bumps the default from 5000 to 10,000
2021-09-30 01:04:30 -04:00
Eric Amodio
6fe68a2b0c
Fixes #133974 : SCM - sync changes button
2021-09-28 15:10:57 -04:00
Eric Amodio
214ac689ca
Fixes type
2021-09-28 00:48:28 -04:00
Eric Amodio
51bd88d8f2
Adds git.showUnpublishedCommitsButton setting
2021-09-28 00:13:51 -04:00
Eric Amodio
55c726b53e
Adds scm action button
...
Refs: #110882
2021-09-27 01:16:09 -04:00
Logan Ramos
282f499c22
Update extension telemetry module
2021-09-23 11:26:57 -04:00
Benjamin Pasero
adee8fa29a
editors - shorten diff labels ( #110694 )
2021-09-19 17:29:44 +02:00
Logan Ramos
8dbad73de5
Update built in extensions telemetry
2021-08-27 15:45:42 -04:00
Logan Ramos
ecc7fdac90
Bump extension telemetry module
2021-08-27 11:29:48 -04:00
Ladislau Szomoru
f29238c5f4
Update jschardet package
2021-08-23 10:47:41 +02:00
Logan Ramos
da7d76d2ec
Update extension telemetry module
2021-08-10 12:43:41 -04:00
Logan Ramos
6aa5b9226b
Update extension telemetry module
2021-08-09 13:16:08 -04:00
Logan Ramos
323237921b
Set context key on more than just the working tree
2021-08-03 10:00:52 -04:00
Logan Ramos
9350fa3c9d
Bump telemetry module to fix packaging
2021-08-02 14:29:37 -04:00
Logan Ramos
b7a07daa5a
Fix #129727
2021-08-02 13:04:26 -04:00
Logan Ramos
87e0cb1d43
Fix #129474
2021-07-29 11:39:03 -04:00
gregvanl
91ae221db4
Settings description typos
2021-07-26 11:47:38 -07:00
Logan Ramos
c8e6d08e3a
Update to the latest extension module
2021-07-26 13:44:43 -04:00
Eric Amodio
6f9483bab6
Disables auto-fetch in untrusted workspaces
2021-07-13 13:04:49 -04:00
Eric Amodio
5ef5837c58
Improves Git security with untrusted workspaces
2021-07-13 13:04:49 -04:00
Logan Ramos
c1ae18fad7
Fix #26425
2021-07-12 14:48:32 -04:00
Eric Amodio
eab8d0403f
Revert "Fixes #125350 : disallow in untrusted ws"
...
This reverts commit 769e7080f4 .
2021-06-03 16:51:46 -04:00
Eric Amodio
769e7080f4
Fixes #125350 : disallow in untrusted ws
2021-06-02 19:10:51 -04:00
Logan Ramos
656e1e6086
More deprecated assertion cleanup
2021-05-04 15:55:26 -04:00
Logan Ramos
025fcaf611
remove old asserts from git tests
2021-05-04 15:32:21 -04:00
Robo
bce4d71f64
chore: bump node@14.x in devDependencies ( #122905 )
2021-05-04 10:04:13 +02:00
Eric Amodio
8dcc489fa1
Re-enables Git extension for virtual workspaces
2021-04-29 15:18:15 -04:00
Matt Bierner
e8eb44523e
Improve auto-fetch setting display
...
- Use markdown
- Use link
2021-04-28 17:25:41 -07:00
Sandeep Somavarapu
68bed01970
adopt virtual workspaces - not supported
2021-04-22 16:54:06 +02:00
SteVen Batten
f9fc28d47d
update ext manifest schema validation and built-in exts
2021-04-21 11:54:42 -07:00
Eric Amodio
6836261663
Adds workspace trust setting
2021-04-19 11:53:57 -04:00