Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dotnet/vscode-csharp
/ getPackageJSON
Function
getPackageJSON
tasks/packageJson.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
import
* as fs from
'fs'
;
7
8
export
function
getPackageJSON() {
9
return
JSON.parse(fs.readFileSync(
'package.json'
).toString());
10
}
Callers
5
installDependencies
Function · 0.90
doPackageOffline
Function · 0.90
updateNugetPackageVersion
Function · 0.90
updateRoslynVersion
Function · 0.90
updateRazorVersion
Function · 0.90
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected