代码拉取完成,页面将自动刷新
{
"name": "ft",
"description": "ft",
"author": "ft",
"license": "MIT",
"version": "1.0.1",
"publisher": "ft",
"categories": [],
"engines": {
"vscode": "^1.75.0"
},
"activationEvents": [
"onLanguage"
],
"icon": "icon/logo-128.png",
"main": "./client/out/extension",
"contributes": {
"commands": [
{
"command": "ft.viewer.start",
"title": "Start new FT Viewer",
"category": "FT Viewer"
},
{
"command": "ft.console.log",
"title": "Start new FT Console",
"category": "FT Console"
}
],
"menus": {
"editor/context": [
{
"when": "resourceLangId == ft",
"command": "ft.viewer.start"
},
{
"when": "resourceLangId == ft",
"command": "ft.console.log"
}
]
},
"configuration": {},
"languages": [
{
"id": "ft",
"aliases": [
"FT",
"fson",
"ft"
],
"extensions": [
".ft",
".FT",
".fts",
".fson",
".ftp"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "ft",
"scopeName": "source.ft",
"path": "./syntaxes/ft.tmLanguage.json"
}
],
"snippets": [
{
"language": "ft",
"path": "./snippets/snippets.json"
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -b",
"watch": "tsc -b -w",
"postinstall": "cd client && npm install && cd ../server && npm install && cd .."
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node-fetch": "^2.6.11",
"typescript": "^5.2.2"
},
"dependencies": {
"node-fetch": "^2.6.11",
"@types/axios": "^0.14.0",
"axios": "^1.6.8"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。