oleg-shilo / cs-script.vscode

VSCode extension for CS-Script
MIT License
37 stars 7 forks source link

Project fails to load if the script has cs-script directive invalid syntax. #4

Closed oleg-shilo closed 6 years ago

oleg-shilo commented 6 years ago

A sample syntax (with incomplete directive) to trigger the error:

//css_ref 
using System;

public class Program
...