Skip to content

Commit

Permalink
feat: ts tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Aug 10, 2023
1 parent ba597ed commit cbd9101
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 332 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": true,
"printWidth": 260,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "vscode-intellij-darcula-theme",
"displayName": "IntelliJ IDEA Darcula Theme",
"description": "Visual Studio Code theme based on IntelliJ IDEA Darcula theme",
"version": "1.0.5",
"publisher": "fisenkodv",
"license": "MIT",
"scripts": {
"convert": "ts-node scripts/convert.ts",
"publish": "vsce publish"
},
"devDependencies": {
"@types/node": "^18.15.10",
"axios": "^1.3.4",
"vsce": "2.15.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/fisenkodv/vscode-theme-darcula"
},
"bugs": {
"url": "https://github.com/fisenkodv/vscode-theme-darcula/issues"
},
"homepage": "https://github.com/fisenkodv/vscode-theme-darcula",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"keywords": [
"theme",
"darcula",
"intellij",
"typescript",
"javascript"
],
"contributes": {
"themes": [
{
"label": "Darcula",
"uiTheme": "vs-dark",
"path": "./themes/darcula.json"
}
]
}
"name": "vscode-intellij-darcula-theme",
"displayName": "IntelliJ IDEA Darcula Theme",
"description": "Visual Studio Code theme based on IntelliJ IDEA Darcula theme",
"version": "1.0.6",
"publisher": "fisenkodv",
"license": "MIT",
"scripts": {
"convert": "ts-node scripts/convert.ts",
"publish": "vsce publish"
},
"devDependencies": {
"@types/node": "^18.15.10",
"axios": "^1.3.4",
"vsce": "2.15.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/fisenkodv/vscode-theme-darcula"
},
"bugs": {
"url": "https://github.com/fisenkodv/vscode-theme-darcula/issues"
},
"homepage": "https://github.com/fisenkodv/vscode-theme-darcula",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"keywords": [
"theme",
"darcula",
"intellij",
"typescript",
"javascript"
],
"contributes": {
"themes": [
{
"label": "Darcula",
"uiTheme": "vs-dark",
"path": "./themes/darcula.json"
}
]
}
}
Loading

0 comments on commit cbd9101

Please sign in to comment.