Skip to content

Commit

Permalink
reformat the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
merzak7 committed Feb 6, 2018
1 parent 2d0a4fa commit 2d9a050
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 702 deletions.
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "0.1.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"name": "Launch Extension",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "sahara-theme",
"displayName": "Sahara Theme",
"description": "Sahara Theme for Visual Studio Code.",
"version": "0.0.1",
"publisher": "merzak7",
"engines": {
"vscode": "^1.19.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Sahara Theme",
"uiTheme": "vs-dark",
"path": "./themes/Sahara Theme-color-theme.json"
}
]
}
"name" : "sahara-theme",
"displayName" : "Sahara Theme",
"description" : "Sahara Theme for Visual Studio Code.",
"version" : "0.0.1",
"publisher" : "merzak7",
"engines" : {
"vscode" : "^1.19.0"
},
"categories" : [
"Themes"
],
"contributes" : {
"themes" : [
{
"label" : "Sahara Theme",
"uiTheme" : "vs-dark",
"path" : "./themes/Sahara Theme-color-theme.json"
}
]
}
}
Loading

0 comments on commit 2d9a050

Please sign in to comment.