Skip to content

Commit

Permalink
docs: spell out Visual Studio Code
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Sep 4, 2024
1 parent 7c2b00f commit ca86c5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ As this project is a user-facing application, the places in the semantic version

- Track some events to Matomo [#166](https://github.com/spraakbanken/mink-frontend/issues/166)

### Changed

- Improved repo documentation

### Fixed

- Show loading spinners on the custom config page
Expand Down
6 changes: 0 additions & 6 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ An _enhancement_ could be a new feature, or another improvement that doesn't cla

[Create an issue](https://github.com/spraakbanken/mink-frontend/issues/new) and add at least the `enhancement` label.

Also consider adding any of these labels:

- `documentation` if something is poorly documented
- `ux` (User Experience) for usability improvements
- `performance` if the speed of things can be improved

## Writing some code

Read up on [DEVELOPMENT.md](DEVELOPMENT.md), pick an [issue](https://github.com/spraakbanken/mink-frontend/issues) and get hacking! 👩🏽‍💻
6 changes: 3 additions & 3 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Contents:

## Setting up a development environment

### Recommended IDE setup
### Editor

As a suggestion, run
[VSCode](https://code.visualstudio.com/) with the plugins
[Visual Studio Code](https://code.visualstudio.com/) with the plugins
[Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar),
[ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint),
[Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) and
[Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss).

VSCode settings:
Recommended VSCode settings (see [docs on settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson)):

```json
{
Expand Down

0 comments on commit ca86c5d

Please sign in to comment.