mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 23:39:31 +00:00
* start working on fish, save progress, still lots TODO * modify proposed.terminalShellEnv.d.ts * remember we dont have acccess to nonce in .fish script * save progress, adding isTrusted * two arrays approach in fish * provide EnvClear for fish, other shell as well. * fix tests * REMOVE TWO ARRAYS METHOD, always send all env * remove deprecated comments * remove junk get ready for review * dont import vscode in terminal/common/capabilities.ts * take feedback => pass in Clear as part of EnvSingleStart * add env clear argument to SI.zsh * update one more place to prevent vscode import * mandatory flag description?? discuss this * make things right Co-authored-by: Daniel Imms <Tyriar@users.noreply.github.com> * comment out test code * use mapsStrictEqualIgnoreOrder instead of equals * ready to go