Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: ygqygq2 <[email protected]>
  • Loading branch information
ygqygq2 committed Jan 28, 2024
1 parent b2c8466 commit 63bfc3c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5,038 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/[email protected]
with:
path: "*.vsix"
- run: vsce publish -p $TOKEN
- run: vsce publish --no-dependencies -p $TOKEN
env:
TOKEN: ${{ secrets.VSCODE_PUBLISH_TOKEN }}
18 changes: 9 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to the "turbo-console-log" extension will be documented in t
}
```

## 问题修复
## 问题修复 🐛
* fix: 含 `~` 代码对于调试日志判断不准确问题

# [3.0.0]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The log message will be inserted in the next line relative to the selected varia
> * The log function and the content of the log message can be customized in the extension settings (see Settings section for more details).
> * Multiple cursor selection is also supported.
### 2. Updadte line number for log message in a file
### 2. Update line number for log message in a file

- Update the log message line number for all message

Expand Down
Loading

0 comments on commit 63bfc3c

Please sign in to comment.