download
raw
3.84 kB
{
"name": "cpp-reference",
"displayName": "Cpp Reference",
"description": "View CppReference.com in VS Code",
"version": "0.2.5",
"publisher": "Guyutongxue",
"author": {
"name": "Guyutongxue",
"url": "https://guyutongxue.github.io",
"email": "guyutongxue@163.com"
},
"engines": {
"vscode": "^1.75.0",
"node": ">= 16.15.0"
},
"icon": "img/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/Guyutongxue/VSC_CppReference.git"
},
"categories": [
"Other",
"Programming Languages"
],
"keywords": [
"cpp",
"c++",
"cppreference",
"search",
"documentation",
"docs",
"devdocs",
"reference"
],
"activationEvents": [
"onWebviewPanel:docs",
"onLanguage:cpp",
"onLanguage:c"
],
"main": "./out/main.js",
"contributes": {
"commands": [
{
"command": "cppref.open",
"title": "View for the current word",
"category": "Cpp Reference"
},
{
"command": "cppref.search",
"title": "Search manually",
"category": "Cpp Reference"
},
{
"command": "cppref.updateIndex",
"title": "Update cppreference.com Search index",
"category": "Cpp Reference"
}
],
"keybindings": [
{
"command": "cppref.open",
"key": "ctrl+shift+A",
"mac": "cmd+shift+A",
"when": "editorTextFocus"
}
],
"configuration": [
{
"title": "Cpp Reference",
"properties": {
"cppref.lang": {
"type": "string",
"title": "Language",
"enum": [
"en",
"zh",
"ru",
"ar",
"cs",
"de",
"fr",
"it",
"ja",
"ko",
"pl",
"pt",
"tr",
"es"
],
"default": "en",
"description": "Choose the language of online version cppreference.com."
},
"cppref.alternative.enabled": {
"type": "boolean",
"title": "Enable alternative version",
"default": false,
"description": "If you prefer an alternative version of cppreference.com, switch this on."
},
"cppref.alternative.url": {
"type": "string",
"title": "Alternative URL",
"markdownDescription": "Write your alternative cppreference.com base URL here, like `https://guyutongxue.gitee.io/cppref/zh/`.",
"default": ""
},
"cppref.searchEngine": {
"type": "string",
"title": "Search engine",
"description": "Use which search engine when no result matches your query word.",
"enum": [
"Google",
"Bing",
"DuckDuckGo",
"Baidu"
],
"default": "Bing"
},
"cppref.invertColorInDarkTheme": {
"type": "boolean",
"title": "Invert color in dark theme",
"markdownDescription": "When using vscode's Dark Theme or Dark High Contrast Theme, invert the page's color. \n\n**Warning**: This feature is implemented using CSS filter and may result in sharper text edges, making it difficult to read."
}
}
}
]
},
"scripts": {
"copy-data": "copyfiles -f ./node_modules/@gytx/cppreference-index/dist/generated.json ./out",
"vscode:prepublish": "npm run copy-data && npm run esbuild-base -- --minify",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"compile": "tsc -p ./",
"watch": "tsc -w -p ./"
},
"dependencies": {
"@gytx/cppreference-index": "^0.1.15",
"fuse.js": "^6.6.2",
"node-fetch": "^3.2.8"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/vscode": "^1.69.0",
"@vscode/vsce": "^2.31.1",
"copyfiles": "^2.4.1",
"esbuild": "^0.15.5",
"typescript": "^4.5.0"
},
"__metadata": {
"installedTimestamp": 1771963529902,
"targetPlatform": "undefined",
"size": 2656816
}
}

Xet Storage Details

Size:
3.84 kB
·
Xet hash:
48abb88b7384d43686cb34b7e9874487dd503edbaa0c2ea0fd7daee073775566

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.