Skip to content

Commit fde9bea

Browse files
committed
Merge branch 'main' of https://github.com/joaoribe/SQLScriptsExplorer into main
2 parents ce5884c + 9a19eab commit fde9bea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>SQL Scripts Explorer</h1>
2-
<p>Microsoft SQL Server Management Studio 18 extension to open, create, edit, organize, search and share SQL Scripts.</p>
2+
<p>Microsoft SQL Server Management Studio 18 extension to open, create, edit, organize, search and share SQL Scripts. Its purpose is to allow quick access to scripts that are frequently used.</p>
33
<h2>Contents</h2>
44
<ul>
55
<li><a href="#getting-started">Getting Started</a>
@@ -37,7 +37,7 @@
3737
<h2>Installation</h2>
3838
<ul>
3939
<li>Close all instances of Microsoft SQL Server Management Studio 18</li>
40-
<li>Download most recent <a href="/releases/latest">release</a></li>
40+
<li>Download the most recent <a href="https://github.com/joaoribe/SQLScriptsExplorer/releases/latest">release</a></li>
4141
<li>Add release folder <i>SQLScriptsExplorer</i> to
4242
<br/>
4343
<code>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions</code>
@@ -125,12 +125,12 @@
125125
<ul>
126126
<li>Navigate to <i>C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE</i></li>
127127
<li>Find "Ssms.exe.config" file, open up a Notepad in Administrator Mode, and edit this file</li>
128-
<li>You will then need to find an xml tag called <AppContextSwitchOverrides>, and APPEND (not replace) the following exactly:</li>
128+
<li>You will then need to find an xml tag called &lt;AppContextSwitchOverrides&gt;, and APPEND (not replace) the following exactly:</li>
129129
<ul>
130130
<li>
131131
;Switch.System.Windows.Interop.MouseInput.OptOutOfMoveToChromedWindowFix=true; Switch.System.Windows.Interop.MouseInput.DoNotOptOutOfMoveToChromedWindowFix=true
132132
</li>
133133
<ul>
134134
</ul>
135135
</li>
136-
</ul>
136+
</ul>

0 commit comments

Comments
 (0)