Skip to content

Commit 9c1bf7f

Browse files
Merge pull request #3706 from opral/update-sherlock
Update-sherlock
2 parents c7acf7a + 4f89712 commit 9c1bf7f

File tree

9 files changed

+166
-352
lines changed

9 files changed

+166
-352
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vs-code-extension": patch
3+
---
4+
5+
Stop reading and persisting Lix account snapshots so Sherlock can load projects without triggering the `/name must be string` schema error. Should close https://github.com/opral/inlang-sherlock/issues/188

.vscode/launch.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
"name": "debug vs-code-extension",
6363
"type": "extensionHost",
6464
"request": "launch",
65+
"env": {
66+
"DEV": "true"
67+
},
6568
"args": [
6669
// uncomment if you have the problem that breakpoints don't bind, because the code is lazy loaded
6770
//"--noLazy",

inlang/packages/paraglide/paraglide-js/examples/vite/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"@inlang/paraglide-js": "workspace:*",
13+
"@inlang/plugin-message-format": "workspace:*",
14+
"@inlang/plugin-m-function-matcher": "workspace:*",
1315
"typescript": "^5.7.2",
1416
"vite": "^6.0.7"
1517
}
16-
}
18+
}

inlang/packages/paraglide/paraglide-js/examples/vite/project.inlang/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"baseLocale": "en",
44
"locales": ["en", "de"],
55
"modules": [
6-
"../../../../plugins/inlang-message-format/dist/index.js"
6+
"../../../../plugins/inlang-message-format/dist/index.js",
7+
"../../../../plugins/m-function-matcher/dist/index.js"
78
],
89
"plugin.inlang.messageFormat": {
910
"pathPattern": "./messages/{languageTag}.json"

0 commit comments

Comments
 (0)