From 8a8dca1f022c5466318b8b29c691e4a2cadd400b Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 19 Aug 2020 15:29:20 -0700 Subject: [PATCH 1/2] Update the title to reflect that a single code issue is fixed per invocation --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3139ec1be..c59b05e57 100644 --- a/package.json +++ b/package.json @@ -856,17 +856,17 @@ }, { "command": "o.fixAll.solution", - "title": "Fix all code issues in solution", + "title": "Fix all occurrences if a code issue within solution", "category": "OmniSharp" }, { "command": "o.fixAll.project", - "title": "Fix all code issues in project", + "title": "Fix all occurrences if a code issue within project", "category": "OmniSharp" }, { "command": "o.fixAll.document", - "title": "Fix all code issues in document", + "title": "Fix all occurrences if a code issue within document", "category": "OmniSharp" }, { @@ -3476,4 +3476,4 @@ ] } } -} +} \ No newline at end of file From 2430b205ccef6d7081a0626041bfa21906c06f4d Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 19 Aug 2020 16:52:26 -0700 Subject: [PATCH 2/2] Fix typo --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c59b05e57..8562e8ae4 100644 --- a/package.json +++ b/package.json @@ -856,17 +856,17 @@ }, { "command": "o.fixAll.solution", - "title": "Fix all occurrences if a code issue within solution", + "title": "Fix all occurrences of a code issue within solution", "category": "OmniSharp" }, { "command": "o.fixAll.project", - "title": "Fix all occurrences if a code issue within project", + "title": "Fix all occurrences of a code issue within project", "category": "OmniSharp" }, { "command": "o.fixAll.document", - "title": "Fix all occurrences if a code issue within document", + "title": "Fix all occurrences of a code issue within document", "category": "OmniSharp" }, { @@ -3476,4 +3476,4 @@ ] } } -} \ No newline at end of file +}