Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

24 changes: 7 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
Comment thread
Dreyhh marked this conversation as resolved.
"cSpell.words": [
"Drawdowns",
"Frunique",
"fruniques",
"Permill"
],
"task.allowAutomaticTasks": "on",
"editor.tabSize": 4,
"editor.formatOnSave": true,
"github.gitProtocol": "ssh",
"[rust]": {
"editor.insertSpaces": true,
"editor.tabSize": 4
},
"rust-analyzer.linkedProjects": [
"./pallets/confidential-docs/Cargo.toml"
],
"rust-analyzer.linkedProjects": [
"./pallets/afloat/Cargo.toml",
"./pallets/rbac/Cargo.toml",
"./pallets/gated-marketplace/Cargo.toml",
"./pallets/fruniques/Cargo.toml",
],
"rust-analyzer.showUnlinkedFileNotification": false
}
97 changes: 0 additions & 97 deletions .vscode/tasks.json

This file was deleted.

Loading