blob: ce7f11b7352d485e8cca5d35b2fadba2c2657106 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Bun for Visual Studio Code



<img align="right" src="https://user-images.githubusercontent.com/709451/182802334-d9c42afe-f35d-4a7b-86ea-9985f73f20c3.png" height="150px" style="float: right; padding: 30px;">
This extension adds support for using [Bun](https://bun.sh/) with Visual Studio Code. Bun is an all-in-one toolkit for JavaScript and TypeScript apps.
At its core is the _Bun runtime_, a fast JavaScript runtime designed as a drop-in replacement for Node.js. It's written in Zig and powered by JavaScriptCore under the hood, dramatically reducing startup times and memory usage.
<div align="center">
<a href="https://bun.sh/docs">Documentation</a>
<span> • </span>
<a href="https://discord.com/invite/CXdq2DP29u">Discord</a>
<span> • </span>
<a href="https://github.com/oven-sh/bun/issues/new">Issues</a>
<span> • </span>
<a href="https://github.com/oven-sh/bun/issues/159">Roadmap</a>
<br/>
</div>
|