All notable changes to the "centigrade-vscode-essentials" extension pack will be documented in this file.
- Added Figma Extension ("figma.figma-vscode-extension") to extension's dependencies.
- Improved template tsconfig.json
- Clean up recommendations
- Add missing assets
- Completely restructure the extension
- Renamed from
centigrade-angular-essentialstocentigrade-vscode-essentials
- Remove StyleLint extension because it is no longer available.
- Update npm devDependencies
- Added 2 more properties to VSCode default settings
- Exclude
node_modulesfrom file tree - Use relative TypeScript imports by default
- Exclude
- Moved Angular Console extension to the recommended section because the extension causes an error and prevents our extension from working properly. People have already submitted the Issue (ISSUE I and ISSUE II) but apparently the developer cannot reproduce the bugs and closes the issues.
- Replaced SASS extension maintained by robinbently with the new Version that is maintained by TheRealSyler (syler.sass-indented).
- Update npm dependencies (fix GitHub issued vulnerabilities)
- Removed Beautify extension because HTML and SCSS formatting will be handled by Prettier now
- Command to add extensions.json to .vscode
- Angular Console to extension pack
- Swagger Preview to recommended extensions
- Update npm dependencies (fix GitHub issued vulnerabilities)
- Improved karma.conf.js for better Angular testing (#6)
- Angular Schematics extension to use the CLI from VS code files explorer
- Extension for improved Sass syntax highlighting
- Night Owl theme, VS Live Share, ngrx for Angular 2, and Angular Snippets as recommended extension
- MIT license info
- Format only HTML with Beautify as formatting SCSS conflicts with lint rules or breaks some selectors
- Remove Angular Inline Extension as we would not recommend working with inline templates
- Remove Angular Files as recommended extension in favor for Angular Schematics
- Swap Rainbow Brackets with Bracket Pair Colorizer as recommended extension
- Reorder extensions lists in README alphabetically
- Remove excludes from VS Code settings as these are rather user settings
- Update npm dependencies (fix GitHub issued vulnerabilities)
- Change default print widths from 80 to 100 (Prettier, VS Code ruler)
- Add default .prettierignore to Prettier default config
- Add GitLens to list of recommended extensions
- Remove TS Hero extension. This is no longer needed as VS Code is able to organize imports by itself
- Remove editor rulers from workspace settings as this should be a user setting.
- Reorder changelog
- Publish on GitHub and add repo link
- Fix minor typo in description
- Add link to homepage
- Adjust logo and banner color
- Adjust list of essential extensions
- Add commands to add default configurations
- Detailed README.md
- Initial release