test: Add snapshot for sublimeSearch and a first test (no-changelog) (#13794)

This commit is contained in:
Charlie Kolb
2025-04-14 11:56:11 +02:00
committed by GitHub
parent e1246ab65c
commit 00038be81a
5 changed files with 13293 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
"search.exclude": {
"node_modules": true,
"dist": true,
"pnpm-lock.yaml": true
"pnpm-lock.yaml": true,
"**/*.snapshot.json": true
},
"typescript.format.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",