-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathextension.json
More file actions
29 lines (29 loc) · 1.51 KB
/
extension.json
File metadata and controls
29 lines (29 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "jiripolasek.errors-and-codes",
"title": "Errors and Codes",
"shortDescription": "Look up NTSTATUS, HRESULT, and Windows error codes with detailed explanations.",
"description": "Instantly make sense of cryptic error codes! Quickly access clear, detailed explanations of NTSTATUS, HRESULT, and other common Microsoft and Windows error codes—right from the Command Palette.\n\nWhether you’re debugging, troubleshooting, or just curious, simply type or paste an error code in any format (hex, decimal, signed, or unsigned) and let the tool do the rest. The extension automatically detects the format and finds all relevant representations across a variety of Microsoft products.\n\nDrawing on authoritative sources like Winerror.h and Setupapi.h from Windows SDK 10.0.26100, this extension ensures you have the context you need, when you need it. While the database is extensive, it may not cover every possible error code.\n\nSpend less time searching, and more time solving problems—with error details just a keystroke away.",
"author": {
"name": "Jiri Polasek",
"url": "https://github.com/jiripolasek"
},
"icon": "icon.png",
"homepage": "https://github.com/jiripolasek/ErrorsAndCodesExtension",
"tags": [
"errors",
"debugging",
"developer-tools",
"windows"
],
"categories": [
"developer-tools",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9P2NM9KVRD3G"
}
]
}