Skip to content

Commit

Permalink
feat: adding recommended VSCode plugins to workspace (#19146)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaSachs committed Nov 30, 2021
1 parent 31646cc commit 2c9cb68
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 22 deletions.
21 changes: 21 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"Iconify",
"Lachlan",
"msapplication",
"Pinia",
"Screenshotting",
"shiki",
"testid",
"unplugin",
"vite",
"vitejs",
"vueuse"
],
"ignoreWords": [],
"import": []
}
93 changes: 72 additions & 21 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,88 @@
{
// To see these extensions in VS Code:
// 1. Open the Command Palette:
// - Non-Mac Users: (Ctrl+Shift+P)
// - Mac Users: (Cmd+Shift+P)
// - Non-Mac Users: (Ctrl+Shift+P)
// - Mac Users: (Cmd+Shift+P)
// 2. Select "Extensions: Show Recommended Extensions"

// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.

// List of extensions which are recommended for Cypress contributors using VS Code:
"recommendations": [
// Name: ESLint
// -----------------------------
// Critical Extensions
// -----------------------------
// If you do not have these, you will experience a significantly degraded DX.
// You may also be committing incorrectly formatted code.

// Name: ESLint
// Description: Integrates ESLint JavaScript into VS Code.
"dbaeumer.vscode-eslint",
// Name: GitHub linker
// Description: Create links to fragments of code in GitHub
"gimenete.github-linker",
// Name: GitLens — Git supercharged
// Description: Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
"eamodio.gitlens",
// Name: Terminals Manager
"dbaeumer.vscode-eslint",

// Name: Apollo GraphQL
// Description: Adds syntax highlighting for all gql tags.
"apollographql.vscode-apollo",

// Name: WindiCSS Intellisense
// Description: Automatically sorts your WindiCSS classes.
"voorjaar.windicss-intellisense",

// Name: Volar
// Description: Language server for Vue. Required for any syntax highlighting in Vue files.
"johnsoncodehk.volar",

// Name: Code Spell Checker
// Description: Add spell-checking help to your code.
"streetsidesoftware.code-spell-checker",

// -----------------------------
// Recommended Extensions
// -----------------------------

// Name: i18n-ally
// Description: Preview and edit any hardcoded strings directly in your source code.
"lokalise.i18n-ally",

// Name: Iconify Intellisense
// Description: Preview shortcodes as SVG Icons for common libraries like Font Awesome.
"antfu.iconify",

// Name: Excalidraw Schema Editor
// Description: Read and write *.excalidraw files.
"pomdtr.excalidraw-editor",

// Name: Test Utils
// Description: Add, remove, and move .only in tests
"chrisbreiding.test-utils",

// Name: Terminals Manager
// Description: An extension for setting-up multiple terminals at once, or just running some commands
// There are several Terminals defined in `.vscode/terminals.json` that can be used via this plugin.
"fabiospampinato.vscode-terminals",
// Name: Test Utils
// Description: Add, remove, and move .only in tests
"chrisbreiding.test-utils",
// Name: Toggle Quotes
"fabiospampinato.vscode-terminals",

// Name: GitHub linker
// Description: Create links to fragments of code in GitHub
"gimenete.github-linker",

// Name: GitLens — Git supercharged
// Description: Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
"eamodio.gitlens",

// Name: Toggle Quotes
// Description: Toggle cycle " -> ' -> `
"britesnow.vscode-toggle-quotes",
],
"britesnow.vscode-toggle-quotes",

// Name: Gremlins tracker for Visual Studio Code
// Description: When you paste from Slack, Figma, or Google Docs, you'll get stylized quotes.
// This extension reveals some characters that can be harmful because they are invisible or otherwise non-obvious.
"nhoizey.gremlins"
],

// List of extensions recommended by VS Code that should not be recommended for Cypress contributors using VS Code:
"unwantedRecommendations": [

// Name: Vetur
// Description: Vue syntax highlighting and language support.
// Vetur used to be recommended but has now been replaced by Volar.
// Volar and Vetur conflict, so Vetur should be turned off.
"octref.vetur"
]
}
}
18 changes: 17 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,21 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",

// A flag that controls whether or not Windi CSS classes will be sorted on save on save.
"windicss.sortOnSave": true,

// Support autocompletion and preview of strings.
// Additionally, support extraction of hardcoded strings into key-values.
"i18n-ally.localesPaths": "packages/frontend-shared/src/locales",
"i18n-ally.displayLanguage": "en-US",
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.extract.keyPrefix": "{fileNameWithoutExt}.",
"i18n-ally.extract.keyMaxLength": 40,
"i18n-ally.keystyle": "nested",

// Volar is the main extension that powers Vue's language features.
"volar.autoCompleteRefs": false,
"volar.takeOverMode.enabled": true
}

2 comments on commit 2c9cb68

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2c9cb68 Nov 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.1/circle-develop-2c9cb68450ab0f1fc072e5cf6e21f517ba555039/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 2c9cb68 Nov 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.1/circle-develop-2c9cb68450ab0f1fc072e5cf6e21f517ba555039/cypress.tgz

Please sign in to comment.