Skip to content

Commit

Permalink
fix: breaking out logic and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTowles committed Sep 25, 2022
1 parent 71dc722 commit 5f25b75
Show file tree
Hide file tree
Showing 21 changed files with 753 additions and 342 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
3. Search for `@recommended`.
4. Make sure to install the `TypeScript + Webpack Problem Matchers` extension.
5. Run `ni` (or `pnpm i`) in terminal.
6. Press <kbd>F5</kbd> to start debuging.
6. Press <kbd>F5</kbd> to start debugging.

## Troubleshooting

Expand All @@ -17,8 +17,8 @@

- In `OUTPUT` panel of VS Code 👇.

```
Error: the description can't be converted into a problem matcher:
```jsonc
// Error: the description can't be converted into a problem matcher:
{
"base": "$ts-webpack-watch",
"background": {
Expand All @@ -31,7 +31,7 @@ Error: the description can't be converted into a problem matcher:

- A popup saying like this 👇.

```
```text
The task 'npm: dev' cannot be tracked. Make sure to have a problem matcher defined.
```

Expand All @@ -47,7 +47,7 @@ After pressing <kbd>F5</kbd>, if there isn't a new terminal named `Task` autosta

- An error tip in the bottom right corner saying like this 👇.

```
```text
The terminal process "/bin/zsh '-c', 'pnpm run dev'" terminated with exit code: 127.
```

Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MIT License

Copyright (c) 2022 Chris Towles <https://github.com/ChrisTowles>
Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
Copyright (c) 2016 Mushan Shitiancai <https://github.com/mushanshitiancai>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,16 @@
"@babel/traverse": "^7.18.8",
"@babel/types": "^7.18.8",
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^3.0.1",
"@types/node": "^18.7.19",
"@types/vscode": "^1.71.0",
"@vscode/test-electron": "^2.1.5",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"htmlparser2": "^7.2.0",
"node-html-parser": "^5.3.3",
"luxon": "^3.0.4",
"pnpm": "^7.5.1",
"rimraf": "^3.0.2",
"tsup": "^6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion playground/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Test file without an image
image.png
asdimage.png
![](.)

0 comments on commit 5f25b75

Please sign in to comment.