JetBrains / teamcity-vscode-extension

TeamCity integration for Visual Studio Code (VS Code)
MIT License
29 stars 6 forks source link

Support Without TeamFoundation Server #42

Open pmolaro opened 6 years ago

pmolaro commented 6 years ago

My team uses TeamCity to run builds. Our code is committed via git, then we manually kick off builds when we are ready. That will eventually become more automated, but for now thats how we do it.

I've successfully installed the plugin and logged into my TC instance. However nothin shows up in the list. I expected to at least see the various Projects and their build statuses.

If that support isn't built in yet, then thats my feature request. If it is and I'm just missing something please let me know. Thanks in advance. Excited to see VS Code support in general.

rugpanov commented 6 years ago

Thank you for your feedback.

Currently there are three main features in the plugin:

  1. Convenient notifications in the IDE from TeamCity.
  2. Show My Changes functionality - as I understood it doesn't work for you so it would be useful if you can add property "teamcity.logging.level": "debug", restart the instance of the editor and collect logs for analyzing. For more details please refer the section.
  3. Remote Run. Currently there is only an experimental Git support witch has some limitations. To learn more please refer the wiki page.
augustgerro commented 4 years ago

it's been about 2 years, what is the status of git support?