mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
d2ac506de3
* Changes to allow plugins to be loaded in a multi-threaded manner in order to decrease startup time. * Ran rust fmt and clippy to find and fix first pass errors. Updated launch.jason to make debugging easier in vscode. Also added tasks.json so tasks like clippy can be ran easily. * ran fmt again * Delete launch.json Remove IDE settings file * Remove IDE settings file * Ignore vscode IDE settings * Cloned the context instead of Arc/Mutexing it. Co-authored-by: Darren Schroeder <fdncred@hotmail.com> Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
/target
|
|
/scratch
|
|
**/*.rs.bk
|
|
history.txt
|
|
tests/fixtures/nuplayground
|
|
crates/*/target
|
|
|
|
# Debian/Ubuntu
|
|
debian/.debhelper/
|
|
debian/debhelper-build-stamp
|
|
debian/files
|
|
debian/nu.substvars
|
|
debian/nu/
|
|
|
|
# macOS junk
|
|
.DS_Store
|
|
|
|
# JetBrains' IDE items
|
|
.idea/*
|
|
|
|
# VSCode's IDE items
|
|
.vscode/*
|