-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.json
More file actions
19 lines (19 loc) · 772 Bytes
/
Copy pathsetting.json
File metadata and controls
19 lines (19 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Material Theme Darker High Contrast",
"terminal.integrated.fontFamily": "MesloLGS NF",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"git.openRepositoryInParentFolders": "never",
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"security.workspace.trust.untrustedFiles": "open",
"code-runner.runInTerminal": true,
"cloudcode.duetAI.project": "fresh-rope-419401",
"editor.unicodeHighlight.invisibleCharacters": false,
"prisma.showPrismaDataPlatformNotification": false,
"redhat.telemetry.enabled": false,
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}