Skip to content

Commit e09f83a

Browse files
committed
repo rename
1 parent 334cb14 commit e09f83a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

plugin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Code Commenter is plugin for Acode , this plugin allows you to comment/uncomment
2525
<code><strong>v1.0.3</strong></code>
2626
</summary>
2727
<ul> <br>
28-
<a href="https://github.com/coswat/acode-code-commenter/pull/4">Merged pr</a>
28+
<a href="https://github.com/coswat/code-commenter/pull/4">Merged pr</a>
2929
</ul>
3030
</details><br>
3131
<details>
@@ -112,10 +112,10 @@ Select the code you want to comment/uncomment then click the comment button to m
112112
- Yaml
113113

114114
### Open source:
115-
Want to see the code? click [here](https://github.com/coswat/acode-code-commenter)
115+
Want to see the code? click [here](https://github.com/coswat/code-commenter)
116116
and don't forget the little star!
117117

118118
### Report Bugs:
119-
Found bugs? know how to fix report [here!](https://github.com/coswat/acode-code-commenter/issues)
119+
Found bugs? know how to fix report [here!](https://github.com/coswat/code-commenter/issues)
120120

121-
> 👾 Thanks for using our plugin!
121+
> 👾 Thanks for using our plugin!

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = (env, options) => {
4444
apply: (compiler) => {
4545
compiler.hooks.afterDone.tap("pack-zip", () => {
4646
// run pack-zip.js
47-
exec("node .devServer/pack-zip.js", (err, stdout, stderr) => {
47+
exec("node .vscode/pack-zip.js", (err, stdout, stderr) => {
4848
if (err) {
4949
console.error(err);
5050
return;

0 commit comments

Comments
 (0)