Skip to content

Commit 9888251

Browse files
committed
readme only [skip ci]
1 parent 7a7569a commit 9888251

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ Right now this is a bulk edit -- meaning it will re-serialize the data in/out of
5151

5252
Because this is a custom editor, if it is set as default, when viewing a diff it will render both editor views and you won't be able to see the actual diff. You'll want to switch to the Text Editor to see it. This is a known limitation of the VS Code custom editor extensbility points [microsoft/vscode#138525](https://github.com/microsoft/vscode/issues/138525) right now. Maybe there is a better way of doing this even in this mode, if you can think of one, please contribute to [#3](https://github.com/timheuer/resx-editor/issues/3).
5353

54+
Because of this I recommend having this setting in your workspace or user settings:
55+
56+
```json
57+
"workbench.editorAssociations": {
58+
"{git}:/**/*.{resx}": "default",
59+
"*.resx": "timheuer.resx-editor"
60+
}
61+
```
62+
5463
### Disabling the editor
5564

5665
To disable this right click on a `resx` or `resw` file and choose `Open with...` and change options:

0 commit comments

Comments
 (0)