Skip to content

Commit b0a6140

Browse files
chore: update snapshot post-merge
1 parent 617b636 commit b0a6140

File tree

1 file changed

+169
-169
lines changed

1 file changed

+169
-169
lines changed

src/steps/writing/creation/dotVSCode.test.ts

Lines changed: 169 additions & 169 deletions
Original file line numberDiff line numberDiff line change
@@ -58,42 +58,42 @@ describe("createDotVSCode", () => {
5858
.toMatchInlineSnapshot(`
5959
{
6060
"extensions.json": "{
61-
"recommendations": [
62-
"DavidAnson.vscode-markdownlint",
63-
"dbaeumer.vscode-eslint",
64-
"esbenp.prettier-vscode"
65-
]
61+
"recommendations": [
62+
"DavidAnson.vscode-markdownlint",
63+
"dbaeumer.vscode-eslint",
64+
"esbenp.prettier-vscode"
65+
]
6666
}
6767
",
6868
"settings.json": "{
69-
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
70-
"editor.defaultFormatter": "esbenp.prettier-vscode",
71-
"editor.formatOnSave": true,
72-
"editor.rulers": [80],
73-
"eslint.probe": [
74-
"javascript",
75-
"javascriptreact",
76-
"json",
77-
"jsonc",
78-
"markdown",
79-
"typescript",
80-
"typescriptreact",
81-
"yaml"
82-
],
83-
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
84-
"typescript.tsdk": "node_modules/typescript/lib"
69+
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
70+
"editor.defaultFormatter": "esbenp.prettier-vscode",
71+
"editor.formatOnSave": true,
72+
"editor.rulers": [80],
73+
"eslint.probe": [
74+
"javascript",
75+
"javascriptreact",
76+
"json",
77+
"jsonc",
78+
"markdown",
79+
"typescript",
80+
"typescriptreact",
81+
"yaml"
82+
],
83+
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
84+
"typescript.tsdk": "node_modules/typescript/lib"
8585
}
8686
",
8787
"tasks.json": "{
88-
"tasks": [
89-
{
90-
"detail": "Build the project",
91-
"label": "build",
92-
"script": "build",
93-
"type": "npm"
94-
}
95-
],
96-
"version": "2.0.0"
88+
"tasks": [
89+
{
90+
"detail": "Build the project",
91+
"label": "build",
92+
"script": "build",
93+
"type": "npm"
94+
}
95+
],
96+
"version": "2.0.0"
9797
}
9898
",
9999
}
@@ -105,68 +105,68 @@ describe("createDotVSCode", () => {
105105
.toMatchInlineSnapshot(`
106106
{
107107
"extensions.json": "{
108-
"recommendations": [
109-
"DavidAnson.vscode-markdownlint",
110-
"dbaeumer.vscode-eslint",
111-
"esbenp.prettier-vscode",
112-
"streetsidesoftware.code-spell-checker"
113-
]
108+
"recommendations": [
109+
"DavidAnson.vscode-markdownlint",
110+
"dbaeumer.vscode-eslint",
111+
"esbenp.prettier-vscode",
112+
"streetsidesoftware.code-spell-checker"
113+
]
114114
}
115115
",
116116
"launch.json": "{
117-
"configurations": [
118-
{
119-
"args": ["run", "\${relativeFile}"],
120-
"autoAttachChildProcesses": true,
121-
"console": "integratedTerminal",
122-
"name": "Debug Current Test File",
123-
"program": "\${workspaceRoot}/node_modules/vitest/vitest.mjs",
124-
"request": "launch",
125-
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
126-
"smartStep": true,
127-
"type": "node"
128-
},
129-
{
130-
"name": "Debug Program",
131-
"preLaunchTask": "build",
132-
"program": "bin/index.js",
133-
"request": "launch",
134-
"skipFiles": ["<node_internals>/**"],
135-
"type": "node"
136-
}
137-
],
138-
"version": "0.2.0"
117+
"configurations": [
118+
{
119+
"args": ["run", "\${relativeFile}"],
120+
"autoAttachChildProcesses": true,
121+
"console": "integratedTerminal",
122+
"name": "Debug Current Test File",
123+
"program": "\${workspaceRoot}/node_modules/vitest/vitest.mjs",
124+
"request": "launch",
125+
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
126+
"smartStep": true,
127+
"type": "node"
128+
},
129+
{
130+
"name": "Debug Program",
131+
"preLaunchTask": "build",
132+
"program": "bin/index.js",
133+
"request": "launch",
134+
"skipFiles": ["<node_internals>/**"],
135+
"type": "node"
136+
}
137+
],
138+
"version": "0.2.0"
139139
}
140140
",
141141
"settings.json": "{
142-
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
143-
"editor.defaultFormatter": "esbenp.prettier-vscode",
144-
"editor.formatOnSave": true,
145-
"editor.rulers": [80],
146-
"eslint.probe": [
147-
"javascript",
148-
"javascriptreact",
149-
"json",
150-
"jsonc",
151-
"markdown",
152-
"typescript",
153-
"typescriptreact",
154-
"yaml"
155-
],
156-
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
157-
"typescript.tsdk": "node_modules/typescript/lib"
142+
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
143+
"editor.defaultFormatter": "esbenp.prettier-vscode",
144+
"editor.formatOnSave": true,
145+
"editor.rulers": [80],
146+
"eslint.probe": [
147+
"javascript",
148+
"javascriptreact",
149+
"json",
150+
"jsonc",
151+
"markdown",
152+
"typescript",
153+
"typescriptreact",
154+
"yaml"
155+
],
156+
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
157+
"typescript.tsdk": "node_modules/typescript/lib"
158158
}
159159
",
160160
"tasks.json": "{
161-
"tasks": [
162-
{
163-
"detail": "Build the project",
164-
"label": "build",
165-
"script": "build",
166-
"type": "npm"
167-
}
168-
],
169-
"version": "2.0.0"
161+
"tasks": [
162+
{
163+
"detail": "Build the project",
164+
"label": "build",
165+
"script": "build",
166+
"type": "npm"
167+
}
168+
],
169+
"version": "2.0.0"
170170
}
171171
",
172172
}
@@ -178,60 +178,60 @@ describe("createDotVSCode", () => {
178178
.toMatchInlineSnapshot(`
179179
{
180180
"extensions.json": "{
181-
"recommendations": [
182-
"DavidAnson.vscode-markdownlint",
183-
"dbaeumer.vscode-eslint",
184-
"esbenp.prettier-vscode",
185-
"streetsidesoftware.code-spell-checker"
186-
]
181+
"recommendations": [
182+
"DavidAnson.vscode-markdownlint",
183+
"dbaeumer.vscode-eslint",
184+
"esbenp.prettier-vscode",
185+
"streetsidesoftware.code-spell-checker"
186+
]
187187
}
188188
",
189189
"launch.json": "{
190-
"configurations": [
191-
{
192-
"args": ["run", "\${relativeFile}"],
193-
"autoAttachChildProcesses": true,
194-
"console": "integratedTerminal",
195-
"name": "Debug Current Test File",
196-
"program": "\${workspaceRoot}/node_modules/vitest/vitest.mjs",
197-
"request": "launch",
198-
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
199-
"smartStep": true,
200-
"type": "node"
201-
}
202-
],
203-
"version": "0.2.0"
190+
"configurations": [
191+
{
192+
"args": ["run", "\${relativeFile}"],
193+
"autoAttachChildProcesses": true,
194+
"console": "integratedTerminal",
195+
"name": "Debug Current Test File",
196+
"program": "\${workspaceRoot}/node_modules/vitest/vitest.mjs",
197+
"request": "launch",
198+
"skipFiles": ["<node_internals>/**", "**/node_modules/**"],
199+
"smartStep": true,
200+
"type": "node"
201+
}
202+
],
203+
"version": "0.2.0"
204204
}
205205
",
206206
"settings.json": "{
207-
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
208-
"editor.defaultFormatter": "esbenp.prettier-vscode",
209-
"editor.formatOnSave": true,
210-
"editor.rulers": [80],
211-
"eslint.probe": [
212-
"javascript",
213-
"javascriptreact",
214-
"json",
215-
"jsonc",
216-
"markdown",
217-
"typescript",
218-
"typescriptreact",
219-
"yaml"
220-
],
221-
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
222-
"typescript.tsdk": "node_modules/typescript/lib"
207+
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
208+
"editor.defaultFormatter": "esbenp.prettier-vscode",
209+
"editor.formatOnSave": true,
210+
"editor.rulers": [80],
211+
"eslint.probe": [
212+
"javascript",
213+
"javascriptreact",
214+
"json",
215+
"jsonc",
216+
"markdown",
217+
"typescript",
218+
"typescriptreact",
219+
"yaml"
220+
],
221+
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
222+
"typescript.tsdk": "node_modules/typescript/lib"
223223
}
224224
",
225225
"tasks.json": "{
226-
"tasks": [
227-
{
228-
"detail": "Build the project",
229-
"label": "build",
230-
"script": "build",
231-
"type": "npm"
232-
}
233-
],
234-
"version": "2.0.0"
226+
"tasks": [
227+
{
228+
"detail": "Build the project",
229+
"label": "build",
230+
"script": "build",
231+
"type": "npm"
232+
}
233+
],
234+
"version": "2.0.0"
235235
}
236236
",
237237
}
@@ -243,56 +243,56 @@ describe("createDotVSCode", () => {
243243
.toMatchInlineSnapshot(`
244244
{
245245
"extensions.json": "{
246-
"recommendations": [
247-
"DavidAnson.vscode-markdownlint",
248-
"dbaeumer.vscode-eslint",
249-
"esbenp.prettier-vscode"
250-
]
246+
"recommendations": [
247+
"DavidAnson.vscode-markdownlint",
248+
"dbaeumer.vscode-eslint",
249+
"esbenp.prettier-vscode"
250+
]
251251
}
252252
",
253253
"launch.json": "{
254-
"configurations": [
255-
{
256-
"name": "Debug Program",
257-
"preLaunchTask": "build",
258-
"program": "bin/index.js",
259-
"request": "launch",
260-
"skipFiles": ["<node_internals>/**"],
261-
"type": "node"
262-
}
263-
],
264-
"version": "0.2.0"
254+
"configurations": [
255+
{
256+
"name": "Debug Program",
257+
"preLaunchTask": "build",
258+
"program": "bin/index.js",
259+
"request": "launch",
260+
"skipFiles": ["<node_internals>/**"],
261+
"type": "node"
262+
}
263+
],
264+
"version": "0.2.0"
265265
}
266266
",
267267
"settings.json": "{
268-
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
269-
"editor.defaultFormatter": "esbenp.prettier-vscode",
270-
"editor.formatOnSave": true,
271-
"editor.rulers": [80],
272-
"eslint.probe": [
273-
"javascript",
274-
"javascriptreact",
275-
"json",
276-
"jsonc",
277-
"markdown",
278-
"typescript",
279-
"typescriptreact",
280-
"yaml"
281-
],
282-
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
283-
"typescript.tsdk": "node_modules/typescript/lib"
268+
"editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },
269+
"editor.defaultFormatter": "esbenp.prettier-vscode",
270+
"editor.formatOnSave": true,
271+
"editor.rulers": [80],
272+
"eslint.probe": [
273+
"javascript",
274+
"javascriptreact",
275+
"json",
276+
"jsonc",
277+
"markdown",
278+
"typescript",
279+
"typescriptreact",
280+
"yaml"
281+
],
282+
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
283+
"typescript.tsdk": "node_modules/typescript/lib"
284284
}
285285
",
286286
"tasks.json": "{
287-
"tasks": [
288-
{
289-
"detail": "Build the project",
290-
"label": "build",
291-
"script": "build",
292-
"type": "npm"
293-
}
294-
],
295-
"version": "2.0.0"
287+
"tasks": [
288+
{
289+
"detail": "Build the project",
290+
"label": "build",
291+
"script": "build",
292+
"type": "npm"
293+
}
294+
],
295+
"version": "2.0.0"
296296
}
297297
",
298298
}

0 commit comments

Comments
 (0)