Just updating my social link as my twitter account is 🪦
This commit is contained in:
Matt Bierner 2023-07-26 10:31:33 -07:00
Родитель 76f7e21de6
Коммит 8132f29a6f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 099C331567E11888
4 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -10,7 +10,7 @@ Author: Matt Bierner
---
# Strict null checking Visual Studio Code
May 23, 2019 by Matt Bierner, [@mattbierner](https://twitter.com/mattbierner)
May 23, 2019 by Matt Bierner, [@mattbierner](https://hachyderm.io/@mattbierner)
## Safety permits speed
@ -242,4 +242,4 @@ We took this approach with strict null checking VS Code, and will apply it to ot
Happy Coding,
Matt Bierner, VS Code Team Member
[@mattbierner](https://twitter.com/mattbierner)
[@mattbierner](https://hachyderm.io/@mattbierner)

Просмотреть файл

@ -60,7 +60,7 @@ Additionally, the VS Code team will be online for an **Ask the Team** session on
In addition to the live sessions, you'll have the opportunity to learn more about VS Code with 6 videos that will be available on-demand on the [Channel 9](https://channel9.msdn.com/Events/Build/2020) website.
* [**Visual Studio Code tips and tricks**](https://aka.ms/Build2020AppDev-VSCodeTips)
* Matt Bierner ([@mattbierner](https://twitter.com/mattbierner))
* Matt Bierner ([@mattbierner](https://hachyderm.io/@mattbierner))
* [**What every Visual Studio Code user should know about GitHub**](https://aka.ms/Build2020AppDev-VSCodeAndGitHub)
* Rachel Macfarlane ([@RMacfarlane](https://github.com/RMacfarlane)), Alex Ross ([@alexr00](https://github.com/alexr00))
* [**What's New in TypeScript**](https://aka.ms/Build2020AppDev-TypeScript)

Просмотреть файл

@ -9,7 +9,7 @@ Author: Matt Bierner
# Introducing the Markdown Language Server
August 16, 2022 by Matt Bierner, [@MattBierner](https://twitter.com/MattBierner)
August 16, 2022 by Matt Bierner, [@MattBierner](https://hachyderm.io/@mattbierner)
Markdown support was the first feature I took ownership of when I joined Visual Studio Code back in 2016. Wow, has it really been six years? It was a great match though. I've worked with Markdown long enough that I often find myself hopefully typing backticks and asterisks into Twitter, Outlook, and just about every textbox my cursor lands in. It's been incredibly rewarding to grow VS Code's built-in Markdown support over the years and see how our Markdown extension has directly and indirectly shaped core features like webviews and notebooks.
@ -91,7 +91,7 @@ If you're interested in checking out the source code or contributing, you can fi
Happy Coding!
Matt Bierner, [@MattBierner](https://twitter.com/MattBierner)
Matt Bierner, [@MattBierner](https://hachyderm.io/@mattbierner)
[ls]: https://microsoft.github.io/language-server-protocol/
[server]: https://github.com/microsoft/vscode/tree/main/extensions/markdown-language-features/server

Просмотреть файл

@ -437,7 +437,7 @@ Tree items with commands that have their enablement clause resolving to false wi
### Markdown Language Server
The Markdown support in VS Code has been reimplemented to be a full-featured [Language Server](https://microsoft.github.io/language-server-protocol). You can read about [Matt Bierner's](https://twitter.com/MattBierner) journey in his [Markdown Language Server blog post](https://code.visualstudio.com/blogs/2022/08/16/markdown-language-server), where he describes adding programming language features such as **Find All References**, **Rename Symbol**, and broken link detection for Markdown files.
The Markdown support in VS Code has been reimplemented to be a full-featured [Language Server](https://microsoft.github.io/language-server-protocol). You can read about [Matt Bierner's](https://hachyderm.io/@mattbierner) journey in his [Markdown Language Server blog post](https://code.visualstudio.com/blogs/2022/08/16/markdown-language-server), where he describes adding programming language features such as **Find All References**, **Rename Symbol**, and broken link detection for Markdown files.
### Upcoming change to context of 'view/title' menu