Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakroun-Anas committed Feb 19, 2023
1 parent 0f650de commit b8a6476
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.vscode-test/**
out
src
.gitignore
.yarnrc
Expand Down
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "turbo-console-log",
"displayName": "Turbo Console Log",
"description": "Automating the process of writing meaningful log messages.",
"version": "2.6.3",
"version": "2.7.0",
"publisher": "ChakrounAnas",
"engines": {
"vscode": "^1.50.0"
Expand All @@ -11,6 +11,12 @@
"categories": [
"Other"
],
"activationEvents": [
"onCommand:turboConsoleLog.displayLogMessage",
"onCommand:turboConsoleLog.commentAllLogMessages",
"onCommand:turboConsoleLog.uncommentAllLogMessages",
"onCommand:turboConsoleLog.deleteAllLogMessages"
],
"main": "./out/extension.js",
"contributes": {
"configuration": {
Expand Down

0 comments on commit b8a6476

Please sign in to comment.