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/scenarios/test-cli/wkspc1/sample.js
1
3
4
0
1
views
1
/**
2
* Sample function to add two values
3
*/
4
function
add
(
a
,
b
)
{
5
return
a
+
b
;
6
}
7