microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.61k stars 29.42k forks source link

Terminal suggest: Fork fig into our own repository #234356

Open Tyriar opened 22 hours ago

Tyriar commented 22 hours ago

We've been experimenting with https://github.com/withfig/autocomplete for a while and the way we're thinking of going forward is to fork the fig autocompletions into our own repo and serve our own npm module. The reasons for this approach are:

We've started this exploration by forking just the code.ts and code-insiders.ts files. These will be used as our test bed for further investigating capabilities, polishing those particular specs as they've been neglected, figuring out how to proceed, etc.