This replaces `marvinpinto/action-automatic-releases`, which hasn't been updated since Jan 29 2022.
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"typescript.tsdk": ".yarn/sdks/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
|
|
}
|