Skip to content

Commit

Permalink
Version 0.2.0 and added Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdc224 committed Sep 29, 2019
1 parent be05f70 commit c90d8e5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"sync.gist": "d7a5810af1413f2e8bf00e8536b7c124",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"autoimport.filesToScan": "**/*.{js,jsx}",
"workbench.editor.enablePreview": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.suggestionActions.enabled": false,
"typescript.disableAutomaticTypeAcquisition": false,
"workbench.statusBar.visible": true,
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"prettier.tabWidth": 4,
"git.autofetch": true,
"terminal.integrated.rendererType": "dom",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
9. HTML CSS Extensions are also available
10. All necessary Settings
11. Settings Sync is also available

- Version 0.2.0

1. Added Node Modules Search Extension
2. Support for Settings
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "highradius-react-extensions",
"displayName": "Highradius React Extensions",
"description": "An Extension Pack for doing all the necessary Highradius Projects in React or Javascript",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "sdc224",
"galleryBanner": {
"color": "#4a6370",
Expand All @@ -16,13 +16,18 @@
],
"keywords": [
"extension-pack",
"vscode"
"vscode",
"highradius"
],
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/sdc224/highradius-react-extensions.git"
},
"homepage": "https://github.com/sdc224/highradius-react-extensions",
"bugs": {
"url": "https://github.com/sdc224/highradius-react-extensions/issues"
},
"extensionPack": [
"aaron-bond.better-comments",
"abusaidm.html-snippets",
Expand All @@ -39,6 +44,7 @@
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"HookyQR.JSDocTagComplete",
"jasonnutter.search-node-modules",
"mgmcdermott.vscode-language-babel",
"ms-vscode.vs-keybindings",
"msjsdiag.debugger-for-chrome",
Expand Down

0 comments on commit c90d8e5

Please sign in to comment.