Squashed 'lib/vscode/' content from commit e5a624b788

git-subtree-dir: lib/vscode
git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
This commit is contained in:
Joe Previte
2020-12-15 15:52:33 -07:00
commit be3e823608
4649 changed files with 1311795 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
test1 : dsd
test2 : abc-def
test-3 : abcdef
test-4 : abc-def

View File

@@ -0,0 +1,4 @@
- blue: a="brown,not_brown"
- not_blue: foo
- blue: foo="}"
- not_blue: 1

View File

@@ -0,0 +1,9 @@
swagger: '2.0'
info:
description: 'The API Management Service API defines an updated and refined version
of the concepts currently known as Developer, APP, and API Product in Edge. Of
note is the introduction of the API concept, missing previously from Edge
'
title: API Management Service API
version: initial

View File

@@ -0,0 +1,18 @@
# sequencer protocols for Laser eye surgery
---
- step: &id001 # defines anchor label &id001
instrument: Lasik 2000
pulseEnergy: 5.4
spotSize: 1mm
- step: *id001 # refers to the first step (with anchor &id001)
- step: *id001
spotSize: 2mm
- step: *id002
- {name: John Smith, age: 33}
- name: Mary Smith
age: 27
men: [John Smith, Bill Jones]
women:
- Mary Smith
- Susan Williams