-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsettings.json
More file actions
68 lines (68 loc) · 2.28 KB
/
settings.json
File metadata and controls
68 lines (68 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"powershell.codeFormatting.openBraceOnSameLine": false,
"powershell.codeFormatting.newLineAfterOpenBrace": true,
"powershell.codeFormatting.newLineAfterCloseBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.ignoreOneLineBlock": false,
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationAfterEveryPipeline",
"powershell.codeFormatting.preset": "Custom",
"powershell.codeFormatting.alignPropertyValuePairs": true,
"powershell.developer.bundledModulesPath": "${cwd}/output/RequiredModules",
"powershell.scriptAnalysis.settingsPath": ".vscode\\analyzersettings.psd1",
"powershell.scriptAnalysis.enable": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"files.associations": {
"*.ps1xml": "xml"
},
"cSpell.words": [
"Tiago", "Balabuch",
"Kamil", "Nowinski",
"Dont",
"Lakehouse", "lakehouses",
"buildhelpers",
"COMPANYNAME",
"endregion",
"gitversion",
"icontains",
"ICONURI",
"keepachangelog",
"LICENSEURI",
"notin",
"PROJECTURI",
"pscmdlet",
"RELEASENOTES",
"steppable",
"Kusto",
"Eventstream", "Eventstreams",
"Eventhouse", "eventhouses",
"Queryset", "Querysets",
"Datamarts", "Datamart",
"Refreshables",
"ipynb"
],
"[markdown]": {
"files.trimTrailingWhitespace": false,
"files.encoding": "utf8"
},
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"file": ".github/copilot-commit-message-instructions.md"
}
],
"chat.promptFilesRecommendations": {
"speckit.constitution": true,
"speckit.specify": true,
"speckit.plan": true,
"speckit.tasks": true,
"speckit.implement": true
},
"chat.tools.terminal.autoApprove": {
".specify/scripts/bash/": true,
".specify/scripts/powershell/": true
}
}