mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
323c3ee04a
* Update jslib
* Bumped version to 1.20.0 (#421)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 3e4aa8e476
)
* password protected export
* Run Prettier
* Add importer to list of known file types
* Improve launch.json settings
* Turn on import from password protected file
* Run prettier
* Fix webpack source map path change
* Update getPassword helper to use new options class
* Prettier
* Add client type
* Remove master password requirement for export
Alter password optional argument to indicating the file should be password protected rather than account protected
* update jslib
* Handle passwordProtected automagically
* Remove passwordproteted type from import command
* Update src/utils.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Update src/vault.program.ts
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Use new util method
* remove password protected format
* Update jslib
* Clarify export command
* Run prettier
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Gibson <gibson.matt10@gmail.com>
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
11 lines
309 B
JSON
11 lines
309 B
JSON
{
|
|
"debug.javascript.terminalOptions": {
|
|
"sourceMapPathOverrides": {
|
|
"meteor://💻app/*": "${workspaceFolder}/*",
|
|
"webpack:///./~/*": "${workspaceFolder}/node_modules/*",
|
|
"webpack://?:*/*": "${workspaceFolder}/*",
|
|
"webpack://@bitwarden/cli/*": "${workspaceFolder}/*"
|
|
}
|
|
}
|
|
}
|