Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Mar 4, 2024
1 parent cd7cf86 commit 8ec46ad
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@ expression: resolved
---
Resolved {
allowed_commands: {
CommandKey {
name: "plugin:os|spawn",
context: Local,
}: ResolvedCommand {
windows: [
Pattern {
original: "main",
tokens: [
Char(
'm',
),
Char(
'a',
),
Char(
'i',
),
Char(
'n',
),
],
is_recursive: false,
},
],
webviews: [],
scope: Some(
7912899488978770657,
),
},
"plugin:os|spawn": [
ResolvedCommand {
context: Local,
windows: [
Pattern {
original: "main",
tokens: [
Char(
'm',
),
Char(
'a',
),
Char(
'i',
),
Char(
'n',
),
],
is_recursive: false,
},
],
webviews: [],
scope_id: Some(
1,
),
},
],
},
denied_commands: {},
command_scope: {
7912899488978770657: ResolvedScope {
1: ResolvedScope {
allow: [
Map(
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,39 @@ expression: resolved
---
Resolved {
allowed_commands: {
CommandKey {
name: "plugin:os|spawn",
context: Local,
}: ResolvedCommand {
windows: [
Pattern {
original: "main",
tokens: [
Char(
'm',
),
Char(
'a',
),
Char(
'i',
),
Char(
'n',
),
],
is_recursive: false,
},
],
webviews: [],
scope: Some(
7912899488978770657,
),
},
"plugin:os|spawn": [
ResolvedCommand {
context: Local,
windows: [
Pattern {
original: "main",
tokens: [
Char(
'm',
),
Char(
'a',
),
Char(
'i',
),
Char(
'n',
),
],
is_recursive: false,
},
],
webviews: [],
scope_id: Some(
1,
),
},
],
},
denied_commands: {},
command_scope: {
7912899488978770657: ResolvedScope {
1: ResolvedScope {
allow: [
Map(
{
Expand Down

0 comments on commit 8ec46ad

Please sign in to comment.