You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imports the Persian spell checking dictionary for [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker).
6
+
7
+
8
+
9
+
## Installation
10
+
11
+
After this extension is installed, it is necessary to tell the spell checker to use it.
12
+
13
+
### Enable Dictionary
14
+
15
+
Commands (use `F1` or *View -> Command Palette...*):
16
+
-`F1``Show Spell Checker Configuration Info`
17
+
- Select the `Language` tab.
18
+
- Enable the language Globally or in just the Workspace.
19
+
20
+
### Disable Dictionary
21
+
22
+
Commands (use `F1` or *View -> Command Palette...*):
23
+
-`F1``Show Spell Checker Configuration Info`
24
+
- Select the `Language` tab.
25
+
- Disable the language Globally or in just the Workspace.
26
+
27
+
### Manual Settings
28
+
29
+
This is done with the `language` setting.
30
+
31
+
*Preferences* -> *Settings*
32
+
33
+
Adding `fa` to the `cSpell.language` setting, will enable the Persian dictionary.
34
+
Example using both English and Persian dictionaries:
35
+
```javascript
36
+
"cSpell.language":"en,fa",
37
+
```
38
+
39
+
40
+
41
+
## Requirements
42
+
This extension will automatically include [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension.
0 commit comments