Skip to content

Commit ee8f4de

Browse files
committed
fix of the namespace reference error
1 parent f8082e4 commit ee8f4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RDev/vscode/DescriptionTooltip.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Imports System.Runtime.CompilerServices
33
Imports System.Text
44
Imports Microsoft.VisualBasic.ApplicationServices.Development.XmlDoc.Assembly
55
Imports Microsoft.VisualBasic.ComponentModel.DataSourceModel
6-
Imports Microsoft.VisualBasic.Text
76
Imports SMRUCC.Rsharp.Development
87
Imports SMRUCC.Rsharp.Interpreter
98
Imports SMRUCC.Rsharp.Interpreter.ExecuteEngine
@@ -13,6 +12,7 @@ Imports SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.Closure
1312
Imports SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.DataSets
1413
Imports SMRUCC.Rsharp.Runtime.Components
1514
Imports SMRUCC.Rsharp.Runtime.Interop
15+
Imports ASCII = Microsoft.VisualBasic.Text.ASCII
1616

1717
Public Module DescriptionTooltip
1818

0 commit comments

Comments
 (0)