diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 19:14:44 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 19:14:44 -0500 |
commit | e2807842b0cd62dcc00db1dd63c59daad15803f7 (patch) | |
tree | 41ee6a71f243629a8c44497b0b48c28df62eeddc /.vscode/settings.json | |
parent | 717b924d6c4727c75639f4d495e8521f7eae9849 (diff) | |
download | tanzanite-e2807842b0cd62dcc00db1dd63c59daad15803f7.tar.gz tanzanite-e2807842b0cd62dcc00db1dd63c59daad15803f7.tar.bz2 tanzanite-e2807842b0cd62dcc00db1dd63c59daad15803f7.zip |
use new setAuthor overload
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 6413fdc..bf53657 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,7 +28,7 @@ "editor.wordWrap": "on", "editor.tabSize": 2, "prettier.configPath": "package.json", - "prettier.prettierPath": ".yarn/sdks/prettier/index.js", + "prettier.prettierPath": "node_modules/prettier", "prettier.withNodeModules": true, "prettier.useEditorConfig": false, // "typescript.tsdk": ".yarn/sdks/typescript/lib", |