Skip to content

Commit b2bc52a

Browse files
committed
Update blog post titles, author field, and other metadata
1 parent c0dc061 commit b2bc52a

111 files changed

Lines changed: 520 additions & 670 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

blogs/2016/02/01/introducing_insiders_build.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
22
Order:
3-
TOCTitle: The Insiders Build
4-
PageTitle: Introducing the Insiders Build
3+
TOCTitle: The Insiders build
4+
PageTitle: Introducing VS Code Insiders
55
MetaDescription: insiders build
66
MetaSocialImage: /assets/blogs/2016/02/01/opengraph_insiders.png
77
Date: 2016-02-01
88
ShortDescription: VS Code has its roots in the web (built using TypeScript and Node.js) and one thing we love about cloud based applications is that they are always up to date. Update the service and all of your users are instantly on the latest fixes and features, with no user interaction.
9-
Author: Chris Dias
9+
Authors:
10+
- name: Chris Dias
11+
social: https://twitter.com/chrisdias
1012
---
1113

12-
# Introducing the Insiders Build
13-
14-
February 1, 2016 by Chris Dias, [@chrisdias](https://twitter.com/chrisdias)
15-
1614
VS Code has its roots in the web (built using TypeScript and Node.js) and one thing we love about cloud based applications is that they are always up to date. Update the service and all of your users are instantly on the latest fixes and features, with no user interaction.
1715

1816
This is why VS Code has automatic updates on by default. We periodically query the update service to see if a new version is available, download it when ready, and then gently prompt you to restart.

blogs/2016/02/23/introducing-chrome-debugger-for-vs-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
Order:
33
TOCTitle: Introducing Chrome Debugging
4-
PageTitle: Introducing Chrome Debugging for VS Code
4+
PageTitle: Introducing Chrome debugging for VS Code
55
MetaDescription: Chrome debugger extension for Visual Studio Code
66
Date: 2016-02-23
77
ShortDescription: Since the first release of Visual Studio Code, one of our focuses has been to simplify the daily workflow for developers by enabling them to debug their code directly from the editor. We started out with .NET and Node.js debugging, and today we are taking the next step by introducing our Chrome Debugger for Visual Studio Code.
8-
Author: Andy Sterland
8+
Authors:
9+
- name: Andy Sterland
10+
social: https://twitter.com/AndySterland
11+
- name: Kenneth Auchenberg
12+
social: https://twitter.com/auchenberg
913
---
1014

11-
# Introducing Chrome Debugging for VS Code
12-
13-
February 23, 2016 by [Andy Sterland](https://twitter.com/AndySterland) and [Kenneth Auchenberg](https://twitter.com/auchenberg)
14-
1515
Since the first release of Visual Studio Code, one of our focuses has been to simplify the daily workflow for developers by enabling them to debug their code directly from the editor. We started out with .NET and Node.js debugging, and today we are taking the next step by introducing our Chrome Debugger for Visual Studio Code.
1616

1717
Our Chrome Debugger allows front-end developers to debug their client-side JavaScript code running inside Google Chrome directly from Visual Studio Code.

blogs/2016/03/07/Feb2016Release.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
Order:
33
TOCTitle: February 2016 Release
4-
PageTitle: Visual Studio February 2016 Release
4+
PageTitle: February 2016 release
55
MetaDescription: Announcing the Visual Studio Code February 2016 Release
66
Date: 2016-03-07
77
ShortDescription: Announcing the February 2016 Release of VS Code
8-
Author: Chris Dias
8+
Authors:
9+
- name: VS Code Team
10+
social: https://twitter.com/code
911
---
1012

11-
# February 2016 Release
12-
13-
March 7, 2016 by The VS Code Team, [@code](https://twitter.com/code)
14-
1513
Today we are releasing the February 2016 build of Visual Studio Code. This release brings many improvements to your development experience, including:
1614

1715
* **JavaScript**: [Salsa](https://github.com/microsoft/TypeScript/issues/4789) is now the default JavaScript/TypeScript language service, bringing support for React and React Native to VS Code.

blogs/2016/03/11/ExtensionsRoundup.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
Order:
33
TOCTitle: Extensions Roundup
4-
PageTitle: Visual Studio Code Extensions Roundup
4+
PageTitle: VS Code extensions
55
MetaDescription: New, useful, and interesting extensions in Visual Studio Code.
66
Date: 2016-03-17
77
ShortDescription: New, useful, and interesting extensions in Visual Studio Code.
8-
Author: Wade Anderson
8+
Authors:
9+
- name: Wade Anderson
10+
social: https://twitter.com/waderyan_
911
---
1012

11-
# VS Code Extensions
12-
13-
March 17, 2016 by Wade Anderson, [@waderyan_](https://twitter.com/waderyan_)
14-
1513
In November 2015, we open sourced Visual Studio Code and introduced the [extensions API](https://code.visualstudio.com/docs/extensionAPI/vscode-api). The VS Code extensions [Marketplace](https://marketplace.visualstudio.com/VSCode) has over 850 extensions. Many new languages (Go, PowerShell, PHP, Python) and frameworks (Apache Cordova, React Native) are now supported.
1614

1715
We will continue to iterate on improving the API and we would love your [feedback](https://github.com/microsoft/vscode/issues). If you are new to VS Code extensions, check out the [docs](/docs/configure/extensions/extension-marketplace.md) for instructions on finding and installing new extensions. We are invested in empowering the community to make VS Code the world's greatest code editor.

blogs/2016/03/14/Feb2016Recovery.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
Order:
33
TOCTitle: February 2016 Recovery Release
4-
PageTitle: Visual Studio Code February 2016 Recovery Release
4+
PageTitle: February 2016 recovery release
55
MetaDescription: Visual Studio Code February 2016 Recovery Release
66
Date: 2016-03-14
77
ShortDescription: The February 2016 Recovery Release of VS Code
8-
Author: Chris Dias
8+
Authors:
9+
- name: VS Code Team
10+
social: https://twitter.com/code
911
---
1012

11-
# February 2016 Recovery Release
12-
13-
March 14, 2016 by The VS Code Team, [@code](https://twitter.com/code)
14-
1513
If we find critical issues after a major update, we do what we call a "recovery" release. Today we're updating the February 2016 build with fixes for the following four issues:
1614

1715
- [3903](https://github.com/microsoft/vscode/issues/3903): [js] syntax highlight for 'var' and 'function' not working in Default VS theme

blogs/2016/04/14/vscode-1.0.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
---
22
Order:
33
TOCTitle: 1.0 Release
4-
PageTitle: Visual Studio Code 1.0 Release
4+
PageTitle: Visual Studio Code 1.0!
55
MetaDescription: Visual Studio Code releases 1.0.
66
Date: 2016-04-14
77
ShortDescription: Visual Studio Code releases 1.0.
8-
Author: PJ Meyer
8+
Authors:
9+
- name: VS Code Team
10+
social: https://twitter.com/code
911
MetaSocialImage: /assets/blogs/2016/04/14/header.png
1012
---
1113

12-
# Visual Studio Code 1.0!
13-
14-
April 14, 2016 by The VS Code Team, [@code](https://twitter.com/code)
15-
1614
![header graphic](header.png)
1715

1816
Today we’re very proud to release version 1.0 of Visual Studio Code. Since our initial launch one year ago, 2 million developers have installed VS Code. Today, we’re excited to report that more than 500,000 developers actively use VS Code each month.

blogs/2016/05/04/extension-roundup-may.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
Order:
33
TOCTitle: Extensions Roundup
4-
PageTitle: Visual Studio Code Extensions Roundup May 2016
4+
PageTitle: Extensions roundup
55
MetaDescription: New, useful, and interesting extensions in Visual Studio Code for May 2016.
66
Date: 2016-05-04
77
ShortDescription: New, useful, and interesting extensions in Visual Studio Code.
8-
Author: Wade Anderson
8+
Authors:
9+
- name: Wade Anderson
10+
social: https://twitter.com/waderyan_
911
---
1012

11-
# Extensions Roundup
12-
13-
May 4, 2016 by Wade Anderson, [@waderyan_](https://twitter.com/waderyan_)
14-
1513
The Visual Studio Code Extension [Marketplace](https://marketplace.visualstudio.com/VSCode) does a great job of highlighting **Featured**, **Most Popular** and **Newly Added** extensions and we encourage you to browse the site to see what's new and what plug-ins other developers are using. In our extension roundups, we like to call out extensions that we've found interesting and useful.
1614

1715
If you are new to VS Code extensions, check out the [docs](/docs/configure/extensions/extension-marketplace.md) for instructions on finding and installing new extensions.

blogs/2016/05/09/April2016Release.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
Order:
33
TOCTitle: April 2016 Release
4-
PageTitle: Visual Studio April 2016 Release
4+
PageTitle: April 2016 release
55
MetaDescription: Announcing the Visual Studio Code April 2016 Release
66
Date: 2016-05-09
77
ShortDescription: Announcing the April 2016 Release of VS Code
8-
Author: Chris Dias
8+
Authors:
9+
- name: VS Code Team
10+
social: https://twitter.com/code
911
---
1012

11-
# April 2016 Release
12-
13-
May 9, 2016 by The VS Code Team, [@code](https://twitter.com/code)
14-
1513
Today we are releasing the April 2016 build of Visual Studio Code. This is our first monthly release after our 1.0 announcement last month and we really appreciate your support and feedback.
1614

1715
With this release, we're bringing many improvements to your development experience:

blogs/2016/05/23/evolution-of-insiders.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
22
Order:
33
TOCTitle: Evolution of VS Code Insiders
4-
PageTitle: Evolution of Visual Studio Code Insiders
4+
PageTitle: Evolution of VS Code Insiders
55
MetaDescription: Evolution of the Visual Studio Code Insiders Build
66
MetaSocialImage: /assets/blogs/2016/11/30/opengraph_insiders.png
77
Date: 2016-05-23
88
ShortDescription: Evolution of the Insiders Build
9-
Author: Wade Anderson
9+
Authors:
10+
- name: Wade Anderson
11+
social: https://twitter.com/waderyan_
1012
---
1113

12-
# Evolution of the Insiders Build
13-
14-
May 23, 2016 by Wade Anderson, [@waderyan_](https://twitter.com/waderyan_)
15-
16-
Today over five thousand developers use the Visual Studio Code [Insiders Build](https://code.visualstudio.com/blogs/2016/02/01/introducing_insiders_build) for early access to new features and to validate bug fixes. We love the Insiders build because we get valuable feedback and usage insights prior to each Stable release. Thank you for your help!
14+
Today over five thousand developers use the Visual Studio Code [Insiders](https://code.visualstudio.com/blogs/2016/02/01/introducing_insiders_build) for early access to new features and to validate bug fixes. We love the Insiders build because we get valuable feedback and usage insights prior to each Stable release. Thank you for your help!
1715

1816
Initially, we released an Insiders build once per month, a few days before the Stable release. Over time, we increased the frequency of Insiders builds and today we ship new Insiders builds roughly once a week.
1917

blogs/2016/06/27/common-language-protocol.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
Order:
33
TOCTitle: The Language Server Protocol
4-
PageTitle: Common Language Server Protocol
4+
PageTitle: A common protocol for languages
55
MetaDescription: A Common Language Server Protocol for any tool and any language.
66
Date: 2016-06-27
77
ShortDescription: Common Language Server Protocol
8-
Author: PJ Meyer
8+
Authors:
9+
- name: VS Code Team
10+
social: https://twitter.com/code
911
---
1012

11-
# A Common Protocol for Languages
12-
13-
June 27, 2016 by The VS Code Team, [@code](https://twitter.com/code)
14-
1513
Visual Studio Code is an editor for any developer, no matter what programming language you use. Between languages bundled in the tool or extensions in the [Marketplace](https://marketplace.visualstudio.com/VSCode), we have support for over [150 languages](/blogs/2016/04/14/vscode-1.0.md). We’re also committed to developing VS Code in the open, and making the components that power VS Code available and open source. One of our most notable components is the [Monaco editor](https://github.com/microsoft/monaco-editor), but another technology that powers VS Code is an [open, JSON-based protocol](https://github.com/microsoft/language-server-protocol) that anyone can use to add support for a new programming language to VS Code by implementing a "language server".
1614

1715
![any developer any language any tool](any-developer-any-language-any-tool.png)

0 commit comments

Comments
 (0)