-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path🦍.monkQuery.code-workspace
162 lines (162 loc) · 6.98 KB
/
🦍.monkQuery.code-workspace
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
// 2024-04-13 // 2024-04-13
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/*.pq": false,
"**/*.pbix": false,
"**/*.pbit": false,
"**/*.zip": true,
"**/*.xlsx": true,
},
"vsicons.associations.files": [
// justin grote's config: <https://discord.com/channels/180528040881815552/447476910499299358/801102446209794088>
{
"extensions": [
"arm.json"
],
"format": "svg",
"icon": "azure"
},
{
"icon": "text", // or any other icon from vscode-icons
"extensions": [
"pq",
],
"format": "svg"
},
{
"extensions": [
"parameters.json"
],
"format": "svg",
"icon": "config"
},
{
"extensions": [
"tests.ps1"
],
"format": "svg",
"icon": "test"
},
{
"extensions": [
"clixml"
],
"format": "svg",
"icon": "xml"
}
],
"vsicons.associations.folders": [
{
"extends": "dist",
"extensions": [
"BuildOutput",
"Output"
],
"format": "svg",
"icon": "dist"
},
{
"extends": "helper",
"extensions": [
"BuildHelpers"
],
"format": "svg",
"icon": "helper"
}
],
// "powerquery.benchmark.enable": false,
"powerquery.diagnostics.isWorkspaceCacheAllowed": true,
"powerquery.editor.transformTarget": "inPlace",
"powerquery.diagnostics.typeStrategy": "Extended",
"powerquery.general.locale": "en-US",
"powerquery.general.mode": "SDK",
"powerquery.general.experimental": true,
"powerquery.sdk.features.useServiceHost": true,
// "powerquery.sdk.defaultExtension": ".pqm",
"powerquery.sdk.defaultQueryFile": "debug_harness.pq",
// "powerquery.sdk.externals.msbuildPath": ""
"powerquery.sdk.features.autoDetection": true,
"[powerquery]": {
"editor.fontSize": 16,
"editor.fontFamily": "'cascadia code', monospace"
}
// "powerquery.sdk.externals.nugetFeed": "",
// // Recommended always off. Enables benchmark traces to be generated for the extension.
// "powerquery.benchmark.enable": false,
// // Recommended always on. Toggles internal caching causing performance degregation when off. Used to find hot paths in the extension.
// "powerquery.diagnostics.isWorkspaceCacheAllowed": true,
// // Sets what strategy is used by the type analysis. Extended is useful for small scripts but can hang on larger, complicated files. If performance isn't acceptable then fallback to Primitive.
// "powerquery.diagnostics.typeStrategy": "Primitive",
// // Default target for text transformation operations - allows the choice of in place (replacing the currently selected text) or storing the results on the clipboard.
// "powerquery.editor.transformTarget": "inPlace",
// // Specifies whether to enable experimental features.
// "powerquery.general.experimental": false,
// // Locale to use for errors and other messages returned by the language parser.
// "powerquery.general.locale": "en-US",
// // Changes what library functions are available.
// "powerquery.general.mode": "Power Query",
// // Symbol provider timeout in milliseconds.
// "powerquery.timeout.symbolTimeoutInMs": 2000,
// // Traces the communication between VS Code and the language server.
// "powerquery.trace.server": "off",
// // Specify connector extension source modules (.mez/.pqm).<br>This option can be specified more than once.
// "powerquery.sdk.defaultExtension": "",
// // Query file containing section document or M expression (.m/.pq).
// "powerquery.sdk.defaultQueryFile": "",
// // Local path to msbuild.exe installation folder.
// "powerquery.sdk.externals.msbuildPath": "",
// // Suggested nuget feed URL.
// "powerquery.sdk.externals.nugetFeed": "",
// // Local path to nuget.exe installation folder.
// "powerquery.sdk.externals.nugetPath": "",
// // The version tag of the PQ SDK tools to be downloaded.
// // - Recommended: The stable version
// // - Latest: The latest version
// // - Custom: Use a user provided version value
// "powerquery.sdk.externals.versionTag": "Recommended",
// // When set to false, the SDK does not try to automatically detect connector workspaces and prompt to create a settings file.
// "powerquery.sdk.features.autoDetection": true,
// // Try the new feature using a reusable engine service host other than the command lines
// "powerquery.sdk.features.useServiceHost": false,
// // Deprecated: Please use powerquery.sdk.defaultExtension instead.
// // Specify connector extension source modules (.mez/.pqm).<br>This option can be specified more than once.
// "powerquery.sdk.pqtest.extension": "",
// // Deprecated: Please use powerquery.sdk.tools.location instead.
// // Local path to PQTest installation folder.
// "powerquery.sdk.pqtest.location": "",
// // Deprecated: Please use powerquery.sdk.defaultQueryFile instead.
// // Query file containing section document or M expression (.m/.pq).
// "powerquery.sdk.pqtest.queryFile": "",
// // **Deprecated**: Please use `powerquery.sdk.features.autoDetection` instead.
// // When set to false, the SDK does not try to automatically detect connector workspaces and prompt to create a settings file.
// "powerquery.sdk.project.autoDetection": true,
// // Local path to PQTest installation folder.
// "powerquery.sdk.tools.location": "",
// // The local PQ SDK tools version.
// "powerquery.sdk.tools.version": "",
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "🐒build->Pipescript",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}/pipescript/build.pipescript.ps1",
"cwd": "${workspaceFolder}",
"presentation": {
"hidden": false,
"group": "aaaa",
"order": 1
}
}
],
"compounds": []
}
}