Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
microsoft
Edit Copy
Star
GitHub Repository:
microsoft/vscode
Path:
blob/main/extensions/copilot/test/simulation/fixtures/edit-import-assert2/index.ts
1
3
3
9
9
views
1
import
*
as
fs
from
'node:fs'
2
3
4
const
file
=
fs
.
promises
.
readFile
(
'test22.ts'
)
5
6
7