Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Budi Irawan committed Apr 10, 2018
1 parent b2dc7bb commit 11148a3
Showing 1 changed file with 130 additions and 37 deletions.
167 changes: 130 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-dash",
"displayName": "Dash",
"description": "Dash and Zeal integration in Visual Studio Code",
"version": "1.8.0",
"version": "1.9.0",
"publisher": "deerawan",
"icon": "images/dash.png",
"galleryBanner": {
Expand All @@ -21,7 +21,9 @@
"type": "git",
"url": "https://github.com/deerawan/vscode-dash"
},
"categories": ["Other"],
"categories": [
"Other"
],
"activationEvents": [
"onCommand:extension.dash.all",
"onCommand:extension.dash.specific",
Expand All @@ -30,7 +32,8 @@
],
"main": "./out/src/extension",
"contributes": {
"commands": [{
"commands": [
{
"command": "extension.dash.specific",
"title": "Search in Dash for current selection"
},
Expand All @@ -47,7 +50,8 @@
"title": "Search in Dash for a custom string"
}
],
"keybindings": [{
"keybindings": [
{
"command": "extension.dash.specific",
"key": "ctrl+h",
"mac": "ctrl+h",
Expand Down Expand Up @@ -96,14 +100,18 @@
"items": {
"type": "string"
},
"default": ["clojure"]
"default": [
"clojure"
]
},
"dash.docset.coffee": {
"type": "array",
"items": {
"type": "string"
},
"default": ["coffee"]
"default": [
"coffee"
]
},
"dash.docset.cpp": {
"type": "array",
Expand All @@ -126,56 +134,77 @@
"items": {
"type": "string"
},
"default": ["net", "mono", "unity3d"]
"default": [
"net",
"mono",
"unity3d"
]
},
"dash.docset.dart": {
"type": "array",
"items": {
"type": "string"
},
"default": ["dartlang", "polymerdart", "angulardart"]
"default": [
"dartlang",
"polymerdart",
"angulardart"
]
},
"dash.docset.elixir": {
"type": "array",
"items": {
"type": "string"
},
"default": ["elixir"]
"default": [
"elixir"
]
},
"dash.docset.elm": {
"type": "array",
"items": {
"type": "string"
},
"default": ["elm"]
"default": [
"elm"
]
},
"dash.docset.erlang": {
"type": "array",
"items": {
"type": "string"
},
"default": ["erlang"]
"default": [
"erlang"
]
},
"dash.docset.go": {
"type": "array",
"items": {
"type": "string"
},
"default": ["go", "godoc"]
"default": [
"go",
"godoc"
]
},
"dash.docset.haskell": {
"type": "array",
"items": {
"type": "string"
},
"default": ["haskell"]
"default": [
"haskell"
]
},
"dash.docset.haml": {
"type": "array",
"items": {
"type": "string"
},
"default": ["haml"]
"default": [
"haml"
]
},
"dash.docset.html": {
"type": "array",
Expand Down Expand Up @@ -217,7 +246,9 @@
"items": {
"type": "string"
},
"default": ["jade"]
"default": [
"jade"
]
},
"dash.docset.java": {
"type": "array",
Expand Down Expand Up @@ -291,7 +322,9 @@
"items": {
"type": "string"
},
"default": ["react"]
"default": [
"react"
]
},
"dash.docset.julia": {
"type": "array",
Expand All @@ -307,21 +340,28 @@
"items": {
"type": "string"
},
"default": ["less"]
"default": [
"less"
]
},
"dash.docset.lua": {
"type": "array",
"items": {
"type": "string"
},
"default": ["lua", "corona"]
"default": [
"lua",
"corona"
]
},
"dash.docset.markdown": {
"type": "array",
"items": {
"type": "string"
},
"default": ["markdown"]
"default": [
"markdown"
]
},
"dash.docset.objective-c": {
"type": "array",
Expand All @@ -347,7 +387,10 @@
"items": {
"type": "string"
},
"default": ["perl", "manpages"]
"default": [
"perl",
"manpages"
]
},
"dash.docset.php": {
"type": "array",
Expand Down Expand Up @@ -386,14 +429,18 @@
"items": {
"type": "string"
},
"default": ["processing"]
"default": [
"processing"
]
},
"dash.docset.puppet": {
"type": "array",
"items": {
"type": "string"
},
"default": ["puppet"]
"default": [
"puppet"
]
},
"dash.docset.python": {
"type": "array",
Expand Down Expand Up @@ -421,56 +468,84 @@
"items": {
"type": "string"
},
"default": ["r"]
"default": [
"r"
]
},
"dash.docset.ruby": {
"type": "array",
"items": {
"type": "string"
},
"default": ["ruby", "rubygems", "rails"]
"default": [
"ruby",
"rubygems",
"rails"
]
},
"dash.docset.rust": {
"type": "array",
"items": {
"type": "string"
},
"default": ["rust"]
"default": [
"rust"
]
},
"dash.docset.sass": {
"type": "array",
"items": {
"type": "string"
},
"default": ["sass", "compass", "bourbon", "neat", "susy", "css"]
"default": [
"sass",
"compass",
"bourbon",
"neat",
"susy",
"css"
]
},
"dash.docset.scala": {
"type": "array",
"items": {
"type": "string"
},
"default": ["scala", "akka", "playscala"]
"default": [
"scala",
"akka",
"playscala"
]
},
"dash.docset.shellscript": {
"type": "array",
"items": {
"type": "string"
},
"default": ["bash", "manpages"]
"default": [
"bash",
"manpages"
]
},
"dash.docset.sql": {
"type": "array",
"items": {
"type": "string"
},
"default": ["mysql", "sqlite", "psql"]
"default": [
"mysql",
"sqlite",
"psql"
]
},
"dash.docset.stylus": {
"type": "array",
"items": {
"type": "string"
},
"default": ["stylus"]
"default": [
"stylus"
]
},
"dash.docset.swift": {
"type": "array",
Expand All @@ -491,35 +566,47 @@
"items": {
"type": "string"
},
"default": ["tcl"]
"default": [
"tcl"
]
},
"dash.docset.typescript": {
"type": "array",
"items": {
"type": "string"
},
"default": ["typescript", "javascript"]
"default": [
"typescript",
"javascript"
]
},
"dash.docset.yaml": {
"type": "array",
"items": {
"type": "string"
},
"default": ["chef", "ansible"]
"default": [
"chef",
"ansible"
]
},
"dash.docset.haxe": {
"type": "array",
"items": {
"type": "string"
},
"default": ["haxe"]
"default": [
"haxe"
]
},
"dash.docset.terraform": {
"type": "array",
"items": {
"type": "string"
},
"default": ["terraform"]
"default": [
"terraform"
]
}
}
}
Expand Down Expand Up @@ -550,7 +637,13 @@
"vscode": "0.10.x"
},
"lint-staged": {
"*.{ts,json}": ["prettier", "git add"],
"*.ts": ["tslint --fix", "tslint"]
"*.{ts,json}": [
"prettier",
"git add"
],
"*.ts": [
"tslint --fix",
"tslint"
]
}
}

0 comments on commit 11148a3

Please sign in to comment.