Upload .vscode/settings.json with huggingface_hub
Browse files- .vscode/settings.json +3 -1
.vscode/settings.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"terminal.integrated.localEchoEnabled": "off",
|
| 56 |
"terminal.integrated.localEchoStyle": "#000000",
|
| 57 |
"remote.autoForwardPorts": false,
|
| 58 |
-
"jupyter.notebookFileRoot": "${
|
| 59 |
"terminal.integrated.enableMultiLinePasteWarning": "never",
|
| 60 |
"terminal.integrated.showTerminalConfigPrompt": false,
|
| 61 |
"files.exclude": {
|
|
@@ -81,6 +81,7 @@
|
|
| 81 |
".hushlogin": true,
|
| 82 |
".profile": true,
|
| 83 |
".screenrc": true,
|
|
|
|
| 84 |
".sudo_as_admin_successful": true,
|
| 85 |
".zcompdump*": true,
|
| 86 |
".bash_history": true,
|
|
@@ -102,6 +103,7 @@
|
|
| 102 |
".wget-hsts": true,
|
| 103 |
".vscode-server/**": true,
|
| 104 |
".vscode-server-insiders/**": true,
|
|
|
|
| 105 |
".tmplaigit": true,
|
| 106 |
".viminfo": true,
|
| 107 |
".idea/**": true,
|
|
|
|
| 55 |
"terminal.integrated.localEchoEnabled": "off",
|
| 56 |
"terminal.integrated.localEchoStyle": "#000000",
|
| 57 |
"remote.autoForwardPorts": false,
|
| 58 |
+
"jupyter.notebookFileRoot": "${fileDirname}",
|
| 59 |
"terminal.integrated.enableMultiLinePasteWarning": "never",
|
| 60 |
"terminal.integrated.showTerminalConfigPrompt": false,
|
| 61 |
"files.exclude": {
|
|
|
|
| 81 |
".hushlogin": true,
|
| 82 |
".profile": true,
|
| 83 |
".screenrc": true,
|
| 84 |
+
".vimrc": true,
|
| 85 |
".sudo_as_admin_successful": true,
|
| 86 |
".zcompdump*": true,
|
| 87 |
".bash_history": true,
|
|
|
|
| 103 |
".wget-hsts": true,
|
| 104 |
".vscode-server/**": true,
|
| 105 |
".vscode-server-insiders/**": true,
|
| 106 |
+
".cursor-server/**": true,
|
| 107 |
".tmplaigit": true,
|
| 108 |
".viminfo": true,
|
| 109 |
".idea/**": true,
|