Commit dffd113
committed
fix(vscode): drop invalid
Follow-up to #3185. The VS Code `os-object` snippet still scaffolded
`ownership: 'own'` — the same now-invalid value removed from the CLI `generate`
scaffold. Since #3185 made `ownership` a typed `'user' | 'org' | 'none'` enum,
expanding the snippet produced an object that fails typecheck / `ObjectSchema.create()`.
- vscode: remove the `ownership: 'own'` line from the object snippet (owner
injection is the default; nothing to declare).
- docs: document the now first-class `ownership` record-ownership knob in the
object Additional Properties table.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014343Qv6DFAykuAJc9yjANbownership: 'own' from the object snippet; document the field (#3175)1 parent fefcd54 commit dffd113
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments