Skip to content

Commit

Permalink
Add language client. (see #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Feb 17, 2023
1 parent aa06cc4 commit 5e7be5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Source/Ansible.VisualStudio/AnsibleLanguageClient.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ansible.VisualStudio
{
public class AnsibleLanguageClient
{
}
}

0 comments on commit 5e7be5a

Please sign in to comment.