Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
},

"contributes": {
"iconThemes": [
{
"id": "teroshdl-icons",
"label": "TerosHDL File Icons",
"path": "./resources/icon/teroshdl-icon-theme.json"
}
],
"viewsContainers": {
"activitybar": [
{
Expand Down Expand Up @@ -892,7 +899,18 @@
"mac": "command+delete",
"when": "editorTextFocus"
}
]
],

"configuration": {
"title": "TerosHDL",
"properties": {
"teroshdl.fileIcons.enabled": {
"type": "boolean",
"default": true,
"markdownDescription": "Enable TerosHDL file icons. To apply changes:\n1. Open Command Palette (Ctrl+Shift+P)\n2. Type 'File Icon Theme'\n3. Select 'TerosHDL File Icons' to enable or 'None' to disable"
}
}
}
},

"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions resources/icon/dark/systemverilog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icon/dark/tcl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icon/dark/ucf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/icon/dark/verilog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icon/dark/vhdl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icon/dark/xdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icon/light/systemverilog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icon/light/tcl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icon/light/ucf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/icon/light/verilog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icon/light/vhdl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions resources/icon/light/xdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions resources/icon/teroshdl-icon-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"iconDefinitions": {
"_vhdl_file": {
"iconPath": "./light/vhdl.svg"
},
"_vhdl_file_dark": {
"iconPath": "./dark/vhdl.svg"
},
"_verilog_file": {
"iconPath": "./light/verilog.svg"
},
"_verilog_file_dark": {
"iconPath": "./dark/verilog.svg"
},
"_systemverilog_file": {
"iconPath": "./light/systemverilog.svg"
},
"_systemverilog_file_dark": {
"iconPath": "./dark/systemverilog.svg"
},
"_tcl_file": {
"iconPath": "./light/tcl.svg"
},
"_tcl_file_dark": {
"iconPath": "./dark/tcl.svg"
},
"_xdc_file": {
"iconPath": "./light/xdc.svg"
},
"_xdc_file_dark": {
"iconPath": "./dark/xdc.svg"
},
"_ucf_file": {
"iconPath": "./light/ucf.svg"
},
"_ucf_file_dark": {
"iconPath": "./dark/ucf.svg"
}
},
"fileExtensions": {
"vhd": "_vhdl_file",
"vhdl": "_vhdl_file",
"vho": "_vhdl_file",
"v": "_verilog_file",
"vh": "_verilog_file",
"vl": "_verilog_file",
"sv": "_systemverilog_file",
"svh": "_systemverilog_file",
"tcl": "_tcl_file",
"pro": "_tcl_file",
"xdc": "_xdc_file",
"sdc": "_xdc_file",
"ldc": "_xdc_file",
"pdc": "_xdc_file",
"ucf": "_ucf_file"
},
"languageIds": {
"vhdl": "_vhdl_file",
"verilog": "_verilog_file",
"systemverilog": "_systemverilog_file",
"tcl": "_tcl_file",
"xdc": "_xdc_file",
"ldc": "_xdc_file",
"ucf": "_ucf_file"
},
"light": {
"fileExtensions": {
"vhd": "_vhdl_file",
"vhdl": "_vhdl_file",
"vho": "_vhdl_file",
"v": "_verilog_file",
"vh": "_verilog_file",
"vl": "_verilog_file",
"sv": "_systemverilog_file",
"svh": "_systemverilog_file",
"tcl": "_tcl_file",
"pro": "_tcl_file",
"xdc": "_xdc_file",
"sdc": "_xdc_file",
"ldc": "_xdc_file",
"pdc": "_xdc_file",
"ucf": "_ucf_file"
},
"languageIds": {
"vhdl": "_vhdl_file",
"verilog": "_verilog_file",
"systemverilog": "_systemverilog_file",
"tcl": "_tcl_file",
"xdc": "_xdc_file",
"ldc": "_xdc_file",
"ucf": "_ucf_file"
}
},
"highContrast": {
"fileExtensions": {
"vhd": "_vhdl_file_dark",
"vhdl": "_vhdl_file_dark",
"vho": "_vhdl_file_dark",
"v": "_verilog_file_dark",
"vh": "_verilog_file_dark",
"vl": "_verilog_file_dark",
"sv": "_systemverilog_file_dark",
"svh": "_systemverilog_file_dark",
"tcl": "_tcl_file_dark",
"pro": "_tcl_file_dark",
"xdc": "_xdc_file_dark",
"sdc": "_xdc_file_dark",
"ldc": "_xdc_file_dark",
"pdc": "_xdc_file_dark",
"ucf": "_ucf_file_dark"
},
"languageIds": {
"vhdl": "_vhdl_file_dark",
"verilog": "_verilog_file_dark",
"systemverilog": "_systemverilog_file_dark",
"tcl": "_tcl_file_dark",
"xdc": "_xdc_file_dark",
"ldc": "_xdc_file_dark",
"ucf": "_ucf_file_dark"
}
}
}
Loading