forked from thqby/vscode-autohotkey2-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add prettier and sort-package-json (#44)
- Loading branch information
1 parent
5a64a7d
commit 57f790f
Showing
32 changed files
with
3,729 additions
and
3,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
github: thqby | ||
custom: | ||
- https://www.paypal.me/thqby | ||
- https://www.paypal.me/thqby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
client/src/browserClientMain.ts | ||
client/src/extension.ts | ||
client/src/test/utils.ts | ||
server/src/ahkProvider.ts | ||
server/src/browserServerMain.ts | ||
server/src/codeActionProvider.ts | ||
server/src/colorProvider.ts | ||
server/src/commandProvider.ts | ||
server/src/common.ts | ||
server/src/completionProvider.ts | ||
server/src/constants.ts | ||
server/src/definitionProvider.ts | ||
server/src/formattingProvider.ts | ||
server/src/hoverProvider.ts | ||
server/src/Lexer.ts | ||
server/src/localize.ts | ||
server/src/PEFile.ts | ||
server/src/referencesProvider.ts | ||
server/src/renameProvider.ts | ||
server/src/scriptrunner.ts | ||
server/src/semanticTokensProvider.ts | ||
server/src/server.ts | ||
server/src/signatureProvider.ts | ||
server/src/symbolProvider.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"connor4312.esbuild-problem-matchers", | ||
"dbaeumer.vscode-eslint" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ | |
"problemMatcher": "$esbuild-watch" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.