Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 23, 2023
1 parent 081bd89 commit faddffe
Show file tree
Hide file tree
Showing 17 changed files with 791 additions and 80 deletions.
54 changes: 54 additions & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
$schema: ./node_modules/@cspell/cspell-types/cspell.schema.json
version: "0.2"
language: en-US
flagWords:
- hte
ignorePaths:
- .git
- .gitignore
- .vscodeignore
- "*.lock"
- "*.log"
- "*.vsix"
- "*.tsv"
- "**/__snapshots__/**"
- "**/server.js"
- "**/scripts/ts-json-schema-generator.cjs"
- /samples
- CHANGELOG.md
- cspell.json
- cspell*.{json,yaml}
- .cspell*.{json,yaml}
- fixtures/workspaces/**
- languageCodes.ts
- package-lock.json
- fixtures/_server/sampleSourceFiles/**
- packages/_server/sampleSourceFiles/**
- packages/client/resources/**
- packages/client/samples/**
- packages/client/server/**
- packages/client/settingsViewer/**
- spell-checker-config.schema.json
- testFixtures
ignoreWords: []
dictionaryDefinitions:
- name: cities
path: ./sampleDictionaries/cities.txt
addWords: false
- name: cspell-words
addWords: true
scope:
- workspace
path: ./cspell-words.txt
dictionaries:
- cities
- cspell-words
languageSettings:
- languageId: "*"
allowCompoundWords: false
overrides:
- filename: package.json
ignoreWords:
- colour
- canot
useGitignore: true
62 changes: 0 additions & 62 deletions cspell.json

This file was deleted.

Loading

0 comments on commit faddffe

Please sign in to comment.