Files
gas-react-sheets/.vscode/settings.json
T
Elisha Nuchi 35a641d0f7 v2 Enable local development (#52)
- Create local dev environment
- Add gas-client and google-apps-script-webpack-dev-server packages for development
- Add dev/ wrapper app
- Update webpack config to support development environment
- Redesigned READMEs
- Support typescript
- Update npm scripts
- Organize and update .gitignore file
- Add .vscode settings for clasp files
- Remove tracking for files in dist/
2020-08-15 13:09:04 -04:00

14 lines
252 B
JSON

{
"json.schemas": [{
"fileMatch": [
"appsscript.json"
],
"url": "http://json.schemastore.org/appsscript"
}, {
"fileMatch": [
".clasp.json"
],
"url": "http://json.schemastore.org/clasp"
}]
}