"contents":"You can have paragraphs of text here. You can have [links](https://code.visualstudio.com) to external sources or [internal commands](command:welcome-view-content-sample.hello).\nUse new lines to have new paragraphs.\nPlace a link alone in a paragraph to make it a button\n[Hello](command:welcome-view-content-sample.hello)"
}
],
"commands":[
{
"command":"oss-fuzz.SetUp",
"title":"OSS-Fuzz: Set up OSS-Fuzz"
},
{
"command":"oss-fuzz.RunFuzzer",
"title":"OSS-Fuzz: Run fuzzer from OSS-Fuzz project"
},
{
"command":"oss-fuzz.ListFuzzers",
"title":"OSS-Fuzz: List all fuzzers in a given project"
},
{
"command":"oss-fuzz.SetOSSFuzzPath",
"title":"OSS-Fuzz: Set OSS-Fuzz path"
},
{
"command":"oss-fuzz.RunIntrospector",
"title":"OSS-Fuzz: Run Fuzz Introspector on a project"
},
{
"command":"oss-fuzz.GetCodeCoverage",
"title":"OSS-Fuzz: get code coverage from OSS-Fuzz storage."
},
{
"command":"oss-fuzz.ClearCodeCoverage",
"title":"OSS-Fuzz: clear code coverage"
},
{
"command":"oss-fuzz.CreateOSSFuzzSetup",
"title":"OSS-Fuzz: Create template files for OSS-Fuzz"
},
{
"command":"oss-fuzz.WSBuildFuzzers",
"title":"OSS-Fuzz: Build fuzzers from workspace"
},
{
"command":"oss-fuzz.SetupCIFuzz",
"title":"OSS-Fuzz: Set up CIFuzz"
},
{
"command":"oss-fuzz.testFuzzer",
"title":"OSS-Fuzz: test specific fuzzer"
},
{
"command":"oss-fuzz.testCodeCoverage",
"title":"OSS-Fuzz: run end-to-end test of project and collect code coverage"
},
{
"command":"oss-fuzz.Reproduce",
"title":"OSS-Fuzz: reproduce a testcase"
},
{
"command":"oss-fuzz.SetGlobalProjectName",
"title":"OSS-Fuzz: sets the default project name in the session"
},
{
"command":"oss-fuzz.Redo",
"title":"OSS-Fuzz: Redo the exact same command as previously, with same input"
"description":"This walkthrough takes you through how to set up OSS-Fuzz in the VSCode extension and proceeding to build the fuzzers of an existing project as well as running a fuzzer from the project.",
"steps":[
{
"id":"s1",
"title":"Set up OSS-Fuzz",
"description":"This step sets up OSS-Fuzz in the folder /tmp/oss-fuzz",