You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
120 KiB
1 line
120 KiB
7 years ago
|
{"input":{"ourVersion":"1.24.1","commit":"24f62626b222e9a8313213fb64b10d741a326288","locale":"pt-br","devMode":false,"absoluteFolderPath":"/home/bruno/.vscode/extensions","isBuiltin":false,"isUnderDevelopment":false,"tanslations":{},"mtime":1530111635972},"result":[{"name":"ejs-language-support","displayName":".ejs","description":"EJS language support for Visual Studio Code, generated from gregory-m's (github) TextMate bundle","version":"0.0.1","publisher":"QassimFarid","engines":{"vscode":"^0.10.1"},"categories":["Languages"],"contributes":{"languages":[{"id":"ejs","aliases":["EJS","ejs"],"extensions":[".ejs"],"configuration":"./ejs.configuration.json"}],"grammars":[{"language":"ejs","scopeName":"text.html.js","path":"./syntaxes/ejs.tmLanguage"}]},"uuid":"290c5f3f-fc96-451e-ba22-0b17cb2dac8a","isBuiltin":false,"isUnderDevelopment":false,"id":"QassimFarid.ejs-language-support","extensionLocation":{"$mid":1,"fsPath":"/home/bruno/.vscode/extensions/QassimFarid.ejs-language-support-0.0.1","external":"file:///home/bruno/.vscode/extensions/QassimFarid.ejs-language-support-0.0.1","path":"/home/bruno/.vscode/extensions/QassimFarid.ejs-language-support-0.0.1","scheme":"file"}},{"name":"vscode-hie-server","displayName":"Haskell Language Server","description":"Language Server Protocol for Haskell via HIE","version":"0.0.19","license":"MIT","publisher":"alanz","engines":{"vscode":"^1.22.0"},"keywords":["language","haskell","lsp","multi-root ready"],"homepage":"https://github.com/alanz/vscode-hie-server","repository":{"type":"git","url":"https://github.com/alanz/vscode-hie-server.git"},"bugs":{"url":"https://github.com/alanz/vscode-hie-server/issues"},"categories":["Programming Languages","Formatters","Linters","Other"],"icon":"images/HIE_logo_128.png","galleryBanner":{"color":"#22172A","theme":"dark"},"activationEvents":["onLanguage:haskell","onLanguage:literate haskell"],"main":"/home/bruno/.vscode/extensions/alanz.vscode-hie-server-0.0.19/out/src/extension","contributes":{"languages":[{"id":"haskell","aliases":["Haskell","haskell"],"extensions":[".hs"]},{"id":"literate haskell","aliases":["Literate Haskell","literate Haskell"],"extensions":[".lhs"]}],"configuration":{"type":"object","title":"Haskell Language Server","properties":{"languageServerHaskell.maxNumberOfProblems":{"scope":"resource","type":"number","default":100,"description":"Controls the maximum number of problems produced by the server."},"languageServerHaskell.hieExecutablePath":{"scope":"resource","type":"string","default":"","description":"Set the path to your hie executable, if it's not already on your $PATH. Works with ~, ${HOME} and ${workspaceFolder}."},"languageServerHaskell.useHieWrapper":{"scope":"resource","type":"boolean","default":false,"description":"Try to automatically select the correct hie version, based on your projects GHC version. NOTE: Build hie using the Makefile to get all versions. This will take precedence over hieExecutablePath."},"languageServerHaskell.useCustomHieWrapper":{"scope":"resource","type":"boolean","default":false,"description":"Use your own custom wrapper for hie (remember to specify the path!). This will take precedence over useHieWrapper and hieExecutablePath."},"languageServerHaskell.useCustomHieWrapperPath":{"scope":"resource","type":"string","default":"","description":"Specify the full path to your own custom hie wrapper (e.g. ${HOME}/.hie-wrapper.sh). Works with ~, ${HOME} and ${workspaceFolder}."},"languageServerHaskell.hlintOn":{"scope":"resource","type":"boolean","default":true,"description":"Get suggestions from hlint"},"languageServerHaskell.showTypeForSelection.onHover":{"scope":"resource","type":"boolean","default":true,"description":"If true, when an expression is selected, the hover tooltip will attempt to display the type of the entire expression - rather than just the term under the cursor."},"languageServerHaskell.showTypeForSelection.command.location":{"scope":"resource","type":"string","enum":["dropdown","channel"],"default":"dropdown","description":"Determines where the type information for selected text w
|