mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
.vscode - Add workspace file with suggested extensions
And ci-status extension configured
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"typescript.tsdk": "node_modules/typescript/lib/",
|
||||
"ci-status.service": "travis",
|
||||
"ci-status.travis.owner": "bendtherules",
|
||||
"ci-status.travis.repo": "react-to-markdown"
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"ms-vscode.vscode-typescript-tslint-plugin",
|
||||
"esbenp.prettier-vscode",
|
||||
"ovhemert.vscode-ci-status"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user