Kuba Wolanin
a86b37f391
Remove the unused imports ( #106 )
...
Signed-off-by: Kuba Wolanin hi@kubawolanin.com (github: kubawolanin)
2018-07-26 19:54:22 +02:00
Jerome Luckenbach
e72872af64
Open Sitemap directly ( #104 )
...
* Open Sitemap directly if its the only one that has been created by a user.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* 104 Added minor code cleanup
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
2018-07-15 21:44:41 +02:00
Jerome Luckenbach
bef5dae3fa
Corrected electric Potential ( #105 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-07-03 17:54:25 +02:00
Jerome Luckenbach
b302c5a378
Add units of measurement ( #103 )
...
* Extracted *.items snippet file adn added units of measurment.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fixed var numbering.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added some more si units.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added missing newline
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added time snippet.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-06-28 11:04:23 +02:00
Jerome L
13282d972f
Added basic extensions.json file ( #101 )
...
* Added basic extensions.json file
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added tree view as recommendation
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-06-19 11:43:05 +02:00
Kuba Miszcz
43bed4be80
some snippet improvements ( #91 )
...
* add autocompletion itemtypes in items
* some snippet improvements
Signed-off-by: KubaMiszcz zielonyeufor@gmail.com (github: https://github.com/KubaMiszcz )
2018-06-16 10:23:19 +02:00
Wouter Born
465093c0a2
Update documentation links ( #96 )
...
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-06-16 10:21:44 +02:00
Kuba Miszcz
f612b1efbe
add autocompletion itemtypes in items ( #90 )
...
Signed-off-by: KubaMiszcz <zielonyeufor@gmail.com> (github: https://github.com/KubaMiszcz )
2018-02-06 18:19:54 +01:00
Jerome L
3e8c3ac873
Initial snippet file refactoring. ( #77 )
...
* Initial snippet file refactoring.
* Added Design Pattern related snippet file.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-01-28 10:44:17 +01:00
Kuba Wolanin
3cda944e13
Fixing file extension checks. Resolves #63 ( #76 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-12-30 16:46:00 +01:00
Kuba Wolanin
1b02f71697
[WIP] REST Configuration fix ( #68 )
...
* REST Configuration fix
Tweaks making remote access (with Basic Auth) possible
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Fixed docs URL
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-12-21 14:43:34 +01:00
Jerome L
0922b701eb
Adressed PR comments from @rkoshak. ( #72 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2017-12-20 16:08:43 +01:00
Kuba Wolanin
87f0cf727d
Added missing images ( #65 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-25 16:32:07 +01:00
Kuba Wolanin
91be810e29
Fixed issues with non-root workspaces ( #64 )
...
Closes #62
Also added new release notes
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-25 16:28:41 +01:00
Kuba Wolanin
56c9b4d1b9
Fixed issues with REST connection ( #58 )
...
* Fixed issues with REST connection
also removed explicit 'localhost' setting.
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Prevent flooding with error messages each time connection is made
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Resurrected error handling + proper Promise resolve
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Fixed Things sorting comparator
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-24 22:20:28 +01:00
Jerome L
cc6b521a1d
Added some Type Conversion snippets ( #60 )
...
* Included first Type Conversion Snippets.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Added some additional snippets.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Removed empty line.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Fixes after some detailled testing.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2017-11-21 20:47:42 +01:00
Kuba Wolanin
ab67a3cd44
Added 'Open Karaf console' feature ( #59 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-19 21:17:55 +01:00
Kuba Wolanin
08d2a5501d
Closes #53 - optionally open Classic UI for sitemap preview ( #54 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-16 08:12:16 +01:00
Kuba Wolanin
485c18de6b
Release 0.3.0 ( #51 )
...
* Preparations for release 0.3.0
Signed-off-by: Kuba Wolanin <jakub.wolanin@sabre.com>
* Preparations for release 0.3.0
Signed-off-by: Kuba Wolanin <jakub.wolanin@sabre.com>
2017-11-15 09:08:26 +01:00
Kuba Wolanin
bc56953381
Content Assist via LSP ( #50 )
...
* Feature #41 WIP
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Completion assist - WIP
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* package.json bump engines
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
* Finishing up the client-side LSP config
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-14 21:11:40 +01:00
Kuba Wolanin
a59a95706f
Things Explorer - Initial contribution ( #49 )
...
Added icons and quick reference to thing's binding docs
Show Thing in Paper UI - WIP
Generating Items from Things channels and more!
Things Explorer is completed!
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-12 20:57:24 +01:00
Kuba Wolanin
b9b9868ee1
Preparations for release 0.2.1 ( #45 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-11-02 13:48:45 +01:00
Kuba Wolanin
2b102cb081
Error handling enhancement. Closes #42 Resolves #18 ( #44 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-10-27 20:18:52 +02:00
Simon Kaufmann
27bff8f446
added lspPort configuration parameter ( #43 )
...
...and changed port config to be a number.
Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
2017-10-27 12:45:52 +02:00
Kuba Wolanin
f75f65c663
Updates for the 0.2.0 release ( #39 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-10-20 19:18:16 +02:00
Kuba Wolanin
aa64c9fe73
Language Server Protocol support ( #31 )
...
LSP cleanup, final touches.
Closes #3
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
2017-10-17 20:04:14 +02:00
Kuba Wolanin
78be29ac8c
Updated logo icons. Closes #36 ( #37 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-10-15 16:18:36 +02:00
Thomas Dietrich
7fc889a34b
Fix wrongful italic presentation in README ( #35 )
...
GitHub would show half the file as italic because there is no second asterisk to end the format block.
Signed-off-by: Thomas Dietrich thomas.dietrich@tu-ilmenau.de (github: ThomDietrich)
2017-10-09 12:42:19 +02:00
Kuba Wolanin
08130642ba
Optional REST API connection + better error handling. Closes #33 Resolves #22 ( #34 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-10-08 17:58:40 +02:00
Kuba Wolanin
96ea94f9fd
Resolved #29 ( #30 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-07-18 21:16:41 +02:00
Ben Jones
0197af09b1
fix #25 ( #26 )
...
Signed-off-by: Ben Jones <ben.jones12@gmail.com> (github: sumnerboy12)
2017-07-11 12:18:58 +02:00
Jerome L
c4ff46dd38
Updated README.md, host configuration section ( #27 )
...
* Updated README.md, host configuration section
Added a note to the configuration section, to clarify that the settings will take a hostname or the ip adress of the openHAB instance.
Suggested here: <https://community.openhab.org/t/visual-studio-code-openhab-extension/30205/56?u=confectrician >
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Discussion spelling fix
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)
* Added IP adress in host config description
Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)IP address
2017-07-10 16:22:51 +02:00
Kuba Wolanin
7add8b5e40
Update .pullapprove.yml
2017-07-10 09:41:03 +02:00
Kuba Wolanin
e718b0608e
Create .pullapprove.yml
2017-07-10 09:37:57 +02:00
Kuba Wolanin
4a88708080
Update CONTRIBUTING.md
2017-07-08 09:13:21 +02:00
Kuba Wolanin
8b62397ca5
Items Explorer view - Initial contribution ( #20 )
...
Items Explorer view - Initial contribution
* Items Explorer - added Item icons + cleanup
* Rule template PR discussion follow-up.
Added "Copy State" context menu for Items.
Removed ongoing "Find References" feature.
General code cleanup.
Added Item code completions - Closes #7
* Documented code + updated changelog
* Version bump
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
2017-07-07 12:58:40 +02:00
Claudio Spizzi
96ce27ff6f
Icon Theme ( #21 )
...
* Initial commit for icon theme
* Add sounds and icons folders
* Update changelog
* Fix openHAB spelling
* Add services icon
Signed-off-by: Claudio Spizzi <claudio.spizzi@live.com> (github: claudiospizzi)
2017-07-03 20:52:50 +02:00
Dennis Gieseler
a1591b7bd7
Fix typo in configuration part of README.md ( #19 )
...
Signed-off-by: Dennis Gieseler <dennis.gieseler@me.com>
2017-07-02 17:15:36 +02:00
Kuba Wolanin
f0308ae65a
Updated CHANGELOG + small cleanup ( #16 )
...
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-06-21 21:28:12 +02:00
Dennis Gieseler
70801c4d51
Added functionality to open openHAB Preview on MacOS based systems ( #14 )
...
Added configuration for openhab.host and openhab.path
Updated README.md to accomodate new configuration options (including examples)
Signed-off-by: Dennis Gieseler <dennis.gieseler@me.com> (github: dennisausbremen)
2017-06-21 14:36:38 +02:00
Kuba Wolanin
305fb58d90
Added CONTRIBUTING, generate-authors and minor tweaks ( #13 )
...
Added Issue Template and quick search in Community action. Closes #5 #2
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-06-20 07:38:54 +02:00
Thomas Dietrich
3357be53a2
Minor changes to README ( #6 )
...
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2017-06-19 11:33:03 +02:00
Kuba Wolanin
221e112c25
openHAB VS Code extension - Initial contribution ( #1 )
...
* openHAB VS Code extension - Initial contribution
* Added repository and fixed README
* Removed outdated setting from .vscode/
Signed-off-by: Kuba Wolanin <hi@kubawolanin.com>
2017-06-19 08:09:32 +02:00
Kai Kreuzer
70317845ce
Initial commit
2017-06-18 22:05:59 +02:00