Skip to content

Commit ff14d40

Browse files
committed
chore: add TON VS Code extension to the user list
1 parent 0b1e009 commit ff14d40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This repository contains scripts that check the validity of instruction descript
4242

4343
- [TxTracer](https://txtracer.ton.org/) — Web app for tracing and analyzing transactions
4444
- [Playground](https://txtracer.ton.org/play/) — TVM Assembly and FunC playground
45+
- [TON VS Code Extension](https://github.com/ton-blockchain/ton-language-server) — VS Code extension for TON developers
4546
- [TVM Specification page](https://txtracer.ton.org/spec/) — Visual representation of this specification
4647
- [TASM](https://github.com/ton-blockchain/tasm) — Assembler and disassembler implementation for TVM bitcode in pure
4748
TypeScript tested on 100k real contracts from blockchain
@@ -61,8 +62,8 @@ Currently, the specification is mainly used in two ways:
6162
autocompletion (Playground).
6263
- Using machine-readable instruction descriptions for tools such as TASM.
6364

64-
Let's briefly describe the main fields for each way of using the specification. If you want to read full documentation about
65-
each field, check out the [specification schema](src/types/specification-schema.ts).
65+
Let's briefly describe the main fields for each way of using the specification. If you want to read full documentation
66+
about each field, check out the [specification schema](src/types/specification-schema.ts).
6667

6768
### As Documentation
6869

0 commit comments

Comments
 (0)