1
1
{
2
- "cSpell.enabled" : false ,
3
- "editor.lineHeight" : 1.9 ,
4
- "editor.fontFamily" : " JetBrains Mono" ,
5
- // "editor.fontFamily": "Dank Mono",
6
- // "editor.codeLensFontFamily": "Operator Mono",
7
- "editor.fontLigatures" : true ,
8
- "editor.formatOnSave" : true ,
9
- "php-cs-fixer.onsave" : true ,
10
- "php-cs-fixer.executablePath" : " ${extensionPath}/php-cs-fixer.phar" ,
11
- "cSpell.userWords" : [
12
- " Assertable" ,
13
- " autoload" ,
14
- " Bootstrapper" ,
15
- " bootstrappers" ,
16
- " Codeigniter" ,
17
- " Disable" ,
18
- " flashdata" ,
19
- " intelephense" ,
20
- " junstyle" ,
21
- " Laravel" ,
22
- " Livewire" ,
23
- " onsave" ,
24
- " phar" ,
25
- " phpstan" ,
26
- " Queueable" ,
27
- " Stancl" ,
28
- " timesheet" ,
29
- " userdata"
30
- ],
31
- "php-cs-fixer.lastDownload" : 1693233566761 ,
32
- "terminal.integrated.cursorStyle" : " underline" ,
33
- "terminal.integrated.defaultProfile.windows" : " Git Bash" ,
34
- "terminal.integrated.fontFamily" : " Hack Nerd Font Mono" ,
35
- "terminal.integrated.lineHeight" : 1.2 ,
36
- "editor.accessibilitySupport" : " off" ,
37
- "terminal.integrated.copyOnSelection" : true ,
38
- "terminal.integrated.sendKeybindingsToShell" : true ,
39
- "redhat.telemetry.enabled" : true ,
40
- "editor.minimap.enabled" : false ,
41
- "editor.tabSize" : 4 ,
42
- "editor.insertSpaces" : true ,
43
- "editor.detectIndentation" : false ,
44
- ".copilot.enable" : {
45
- "*" : true ,
46
- "plaintext" : true ,
47
- "markdown" : false ,
48
- "scminput" : false
49
- },
50
- "editor.inlineSuggest.enabled" : true ,
51
- "explorer.confirmDragAndDrop" : false ,
52
- "[javascript]" : {
53
- "editor.defaultFormatter" : " esbenp.prettier-vscode"
54
- },
55
- "files.associations" : {
56
- "*.js" : " javascriptreact"
57
- },
58
- "window.zoomLevel" : 1 ,
59
- "editor.fontVariations" : false ,
60
- "phpunit.phpunit" : " vendor/bin/pest" ,
61
- "jira-plugin.workingProject" : " " ,
62
- }
2
+ "cSpell.enabled" : false ,
3
+ "editor.lineHeight" : 2.4 ,
4
+ // "editor.fontFamily": "JetBrains Mono",
5
+ // "editor.fontFamily": "Dank Mono",
6
+ // "editor.codeLensFontFamily": "Operator Mono",
7
+ "editor.fontLigatures" : true ,
8
+ "editor.formatOnSave" : true ,
9
+ "php-cs-fixer.onsave" : true ,
10
+ "php-cs-fixer.executablePath" : " ${extensionPath}/php-cs-fixer.phar" ,
11
+ "cSpell.userWords" : [
12
+ " Assertable" ,
13
+ " autoload" ,
14
+ " Bootstrapper" ,
15
+ " bootstrappers" ,
16
+ " Codeigniter" ,
17
+ " Disable" ,
18
+ " flashdata" ,
19
+ " intelephense" ,
20
+ " junstyle" ,
21
+ " Laravel" ,
22
+ " Livewire" ,
23
+ " onsave" ,
24
+ " phar" ,
25
+ " phpstan" ,
26
+ " Queueable" ,
27
+ " Stancl" ,
28
+ " timesheet" ,
29
+ " userdata"
30
+ ],
31
+ "php-cs-fixer.lastDownload" : 1693233566761 ,
32
+ "terminal.integrated.cursorStyle" : " underline" ,
33
+ "terminal.integrated.defaultProfile.windows" : " Git Bash" ,
34
+ "terminal.integrated.fontFamily" : " Hack Nerd Font Mono" ,
35
+ "terminal.integrated.lineHeight" : 1.2 ,
36
+ "editor.accessibilitySupport" : " off" ,
37
+ "terminal.integrated.copyOnSelection" : true ,
38
+ "terminal.integrated.sendKeybindingsToShell" : true ,
39
+ "redhat.telemetry.enabled" : true ,
40
+ "editor.minimap.enabled" : false ,
41
+ "editor.tabSize" : 4 ,
42
+ "editor.insertSpaces" : true ,
43
+ "editor.detectIndentation" : false ,
44
+ ".copilot.enable" : {
45
+ "*" : true ,
46
+ "plaintext" : true ,
47
+ "markdown" : false ,
48
+ "scminput" : false
49
+ },
50
+ "editor.inlineSuggest.enabled" : true ,
51
+ "explorer.confirmDragAndDrop" : false ,
52
+ "[javascript]" : {
53
+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
54
+ },
55
+ "files.associations" : {
56
+ "*.js" : " javascriptreact"
57
+ },
58
+ "window.zoomLevel" : 1 ,
59
+ "editor.fontVariations" : false ,
60
+ "phpunit.phpunit" : " vendor/bin/pest" ,
61
+ "jira-plugin.workingProject" : " "
62
+ }
0 commit comments