https://github.com/wk-j/vscode-pattern-decorator
https://github.com/wk-j/vscode-pattern-decorator
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wk-j/vscode-pattern-decorator
- Owner: wk-j
- License: mit
- Created: 2021-02-06T07:46:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T15:26:13.000Z (about 4 years ago)
- Last Synced: 2025-02-08T18:15:01.193Z (3 months ago)
- Language: TypeScript
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
#
[](https://marketplace.visualstudio.com/items?itemName=wk-j.pattern-decorator) [](https://marketplace.visualstudio.com/items?itemName=wk-j.pattern-decorator)
# Update workspace settings
```json
{
"patternDecorator": {
"decorators": [
{
"pattern": "192\\.168\\.0\\.100",
"before": "{",
"after": "}:Dev"
}
]
}
}
```# Result
![]()