Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rugpanov committed Jul 13, 2018
1 parent 4a2c5c8 commit 9532cf8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 44 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@
- Support secure protocol for xmlrpc protocol
- Fix problems with building project hierarchy
- Fix problems with filtering build configurations
- Fix different other bugs

## [v0.0.8-beta](https://github.com/JetBrains/teamcity-vscode-extension/tree/v0.0.8-beta) (2018-07-13)
[Full Changelog](https://github.com/JetBrains/teamcity-vscode-extension/compare/v1.0.0-beta.7...v0.0.8-beta)
- Rework TeamCity Message Notifier
- Rework My Changes tab
- Mark git-support and pre-tested commit functionality as experimental
- Improve general UI of the extension
- Fix different other bugs
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# TeamCity Extension for Visual Studio Code [![JetBrains incubator project](assets/project-incubator-brightgreen.png)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)

This extension allows you to connect to a TeamCity Server and run personal builds on the TeamCity server without leaving Visual Studio Code.
This extension allows you to connect to a TeamCity Server, receive notification messages from TeamCity
and run personal builds on the TeamCity server without leaving Visual Studio Code.

## Prerequisites
### Git Version Control
If you are planning on using the extension with Git, ensure your Git version is equal or greater than 2.0.0. The extension uses the Git command line to collect staged resources and process git commit/push operations.

### Team Foundation Version Control
Once you have a local TFVC workspace available, you must configure the TFVC support in Visual Studio Code. Details (including demo videos) are available in the [TFVC documentation](https://github.com/microsoft/vsts-vscode/blob/master/TFVC_README.md).

Because the extension uses TF command line client, the client should be logged on the server for Team Foundation version control. Execute `tf workfold` command in the project directory.

## Installation
First, you will need to install [Visual Studio Code](https://code.visualstudio.com/download) `1.23.0` or later.

To install the extension with the latest version of Visual Studio Code (version `1.24.1` is the latest as of this writing), download the last pre-release version of the TeamCity extension from the [corresponding page](https://github.com/JetBrains/teamcity-vscode-extension/releases), bring up the Visual Studio Code Command Palette (`F1`), type `Install from VSIX` and choose the `teamcity-vscode-extension-***.vsix` file in the opened dialoge box. Restart Visual Studio Code.
To install the extension with the latest version of Visual Studio Code (version `1.25.0` is the latest as of this writing), download the last pre-release version of the TeamCity extension from the [corresponding page](https://github.com/JetBrains/teamcity-vscode-extension/releases), bring up the Visual Studio Code Command Palette (`F1`), type `Install from VSIX` and choose the `teamcity-vscode-extension-***.vsix` file in the opened dialoge box. Restart Visual Studio Code.

Alternatively, you can also install using the VS Code ```--install-extension``` command line switch providing the path to the .vsix:
```
Expand Down Expand Up @@ -41,11 +42,6 @@ The extension uses custom tree data providers under the TeamCity view container

![Tree Data Provider](assets/tc-view-container.png)

## Detailed Remote Run Results
The extension writes personal build statuses into the TeamCity output. This is a simple and convenient way to navigate to the Build Overview page.

![TeamCity Output](assets/tc-notifications.png)

## Logging
You may need to enable file logging to troubleshoot an issue. There are four levels of logging (`error`,
`warn`, `info`, and `debug`). Since logging is disabled by default, you can add an entry like the one below
Expand Down
35 changes: 1 addition & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "teamcity-vscode-extension",
"displayName": "TeamCity Integration",
"description": "TeamCity integration for Visual Studio Code",
"version": "1.0.0-beta.7",
"version": "0.0.8-beta",
"publisher": "JetBrains",
"icon": "assets/icon.png",
"engines": {
Expand Down

0 comments on commit 9532cf8

Please sign in to comment.