From 231a4545655f6a690a7707ef00bb1942f8d173ff Mon Sep 17 00:00:00 2001 From: Maksim Sadym Date: Tue, 24 Jun 2025 12:24:33 +0200 Subject: [PATCH 1/2] fix cddl --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 265278f..8e73e38 100644 --- a/index.html +++ b/index.html @@ -1375,7 +1375,7 @@

[=remote end definition=]

-
+            
               PermissionsCommand = (
                 permissions.setPermission
               )
@@ -1389,7 +1389,7 @@ 
The permissions.PermissionDescriptor Type
-
+              
                 permissions.PermissionDescriptor = {
                   name: text,
                 }
@@ -1402,7 +1402,7 @@ 
The permissions.PermissionState Type
-
+              
                 permissions.PermissionState = "granted" / "denied" / "prompt"
               

@@ -1427,7 +1427,7 @@

Command Type
-
+                  
                     permissions.setPermission = (
                       method: "permissions.setPermission",
                       params: permissions.SetPermissionParameters

From 67ab4c0e9737893896254dee98edfd702abcc6cc Mon Sep 17 00:00:00 2001
From: Maksim Sadym 
Date: Tue, 24 Jun 2025 12:59:35 +0200
Subject: [PATCH 2/2] fix import

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 8e73e38..ae14061 100644
--- a/index.html
+++ b/index.html
@@ -1373,7 +1373,7 @@ 
Definition

- [=remote end definition=] + {^remote end definition^}

               PermissionsCommand = (